I would highly recommend adding an example to the website showing how
to plot a simple list. I wasn't able to find anything in the
documentation for this simple operation.
from pyx import *
g = graph.graphxy(width=8)
g.plot(graph.data.list(zip(range(10),range(10)), x=1, y=2))
g.writeEPSfile("minimal")
g.writePDFfile("minimal")
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user