3 g
= graph
.graphxy(width
=8)
4 g
.plot(graph
.data
.file("minimal.dat", x
=1, y
=2))
5 g
.writeEPSfile("minimal")
7 # the file minimal.dat looks like:
15 # graph styles can be modified by a second parameter to the plot method:
16 # g.plot(graph.data.file("minimal.dat", x=1, y=2), graph.line())