Re: [Matplotlib-users] Not able to write eps file ...

2009-05-18 Thread Jae-Joon Lee
Try to replace '1.0' with 1.0 for mew. Regards, -JJ On Mon, May 18, 2009 at 11:47 AM, Chaitanya Krishna wrote: > Hi all, > > I guess I am doing something silly, but it is not obvious. Guess one of you > can help!! > > I am using NumPy 1.3.0 and matplotlib 0.98.5.2 > > I am using the following t

[Matplotlib-users] Not able to write eps file ...

2009-05-18 Thread Chaitanya Krishna
Hi all, I guess I am doing something silly, but it is not obvious. Guess one of you can help!! I am using NumPy 1.3.0 and matplotlib 0.98.5.2 I am using the following to plot, ... plt.rc('lines', linewidth=1.5) ... sym = cycle([{'c':'b', 'ls':'-', 'marker':'o', 'mfc':'b', 'mec':'b', 'mew':'1.0'