introduced tipagraph to get faq to work even without tipa package present
[PyX/mjg.git] / manual / graph3.py
blob196d328cb5bad6b7fb3b93a2eefbb84ed79cc16a
1 from pyx import *
2 g = graph.graphxy(width=8, x=graph.axis.linear(min=-5, max=5),
3 y=graph.axis.logarithmic())
4 g.plot(graph.data.function("y=exp(x)"))
5 g.writeEPSfile("graph3")