ylabel disappears in the eps file
Aug. 21, 2003
8:41 a.m.
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')
8273
Age (days ago)
8273
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nils Wagner