[SciPy-user] ylabel disappears in the eps file

Nils Wagner nwagner at mecha.uni-stuttgart.de
Thu Aug 21 04:41:12 EDT 2003


Dear experts,

When I redirect the output pf xplt.plot to an eps file via xplt.eps
the ylabel disappears in the eps file. A small example is illustrating
this
behaviour.

Any idea ?

Thanks in advance.

                         Nils


from scipy import *
from scipy.xplt import *
import gui_thread
x = arange(0,pi,0.1)
xplt.plot(x,sin(x),'dot',x,sin(x),'dash''r')
xplt.xlabel('x')
xplt.ylabel('y')
xplt.eps('somefile')




More information about the SciPy-User mailing list