[Okular-devel] [Bug 208238] PDF rendering artifact (+example)

Brendon Higgins blhiggins at gmail.com
Wed Sep 23 06:47:47 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=208238





--- Comment #1 from Brendon Higgins <blhiggins gmail com>  2009-09-23 06:47:46 ---
Created an attachment (id=37118)
 --> (http://bugs.kde.org/attachment.cgi?id=37118)
example PDF

Generated with the following code:

from pyx import *
g = graph.graphxy(width = 8.5)
g.plot(graph.data.function('y(x)=sin(x)', min = 0, max = 1, points = 5),
    [graph.style.symbol(graph.style.symbol.triangle,
symbolattrs=[deco.filled])])
g.writePDFfile('test')

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Okular-devel mailing list