rework the bar graph examples for 0.9
[PyX/mjg.git] / examples / bargraphs / changebar.py
blob207e7da5684dcfb2e86ccaca660d812e62196b54
1 from pyx import *
3 g = graph.graphxy(width=8, x=graph.axis.bar())
4 g.plot(graph.data.file("minimal.dat", xname=0, y=2), [graph.style.changebar()])
5 g.writeEPSfile("changebar")
6 g.writePDFfile("changebar")