correct subdomain
[PyX/mjg.git] / examples / splitgraphs / splitatvalue.py
blobad511d61538271f32e7108bd753c913e0349fa7d
1 from pyx import *
3 pf = graph.data.paramfunction
5 g = graph.graphxy(width=8, x=graph.axis.split())
6 g.plot(pf("k", -1, 1,
7 "x, y = splitatvalue(k, -0.9, 0.9), k**100",
8 points=1000))
9 g.writeEPSfile("splitatvalue")
10 g.writePDFfile("splitatvalue")