3 g
= graph
.graphxy(width
=8, x
=graph
.axis
.nestedbar())
4 g
.plot([graph
.data
.file("minimal.dat", xname
="$0, 0", y
=2),
5 graph
.data
.file("minimal.dat", xname
="$0, 1", y
=3)],
7 g
.writeEPSfile("compare")
8 g
.writePDFfile("compare")
9 g
.writeSVGfile("compare")