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.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to