Yes, I have a Tex engine on my system.
How can i fix the problem with the PATH ?
Even if i execute the .py script directly by python (I mean :not inside
a LateX file) pyx need to reach the TeX system ?
Is there a config file to fix the PATH ? Where ?
Thanks a lot !! Ciao
--
Olivier
PyX requ
Hello everybody !
I'm have a problem with this little program
#---début---
from pyx import *
g = graph.graphxy(width=8, x=graph.axis.linear(min=-15, max=15))
g.plot(graph.data.function("y(x)=sin(x)/x"))
g.writeEPSfile("function")
g.writePDFfile("function")
g.writeSVGfile("function")
#--- fin---