Hi André

That's interesting. This other example based on minimal.py doesn't work, though:

    from pyx import *
    text.set(cls=text.LatexRunner)
    text.preamble(r'\usepackage{lmodern}')

    g = graph.graphxy(width=8)
    g.plot(graph.data.file("minimal.dat", x=1, y=2))
    g.writePDFfile("minimal")


Strange...

Best,
dani

------------------------------------------------------------------------------
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to