3 g
= graph
.graphxy(width
=8, x
=graph
.axis
.bar())
4 g
.plot(graph
.data
.file("minimal.dat", xname
=0, y
=2),
5 [graph
.style
.barpos(fromvalue
=0), graph
.style
.bar()])
6 g
.writeEPSfile("fromvalue")
7 g
.writePDFfile("fromvalue")
8 g
.writeSVGfile("fromvalue")