3 mypainter
= graph
.axis
.painter
.bar(nameattrs
=[trafo
.rotate(45),
6 myaxis
= graph
.axis
.bar(painter
=mypainter
)
8 g
= graph
.graphxy(width
=8, x
=myaxis
)
9 g
.plot(graph
.data
.file("minimal.dat", xname
=1, y
=2), [graph
.style
.bar()])
10 g
.writeEPSfile("month")
11 g
.writePDFfile("month")
12 g
.writeSVGfile("month")