Re: [Matplotlib-users] jagged line in eps from matplitlib

2010-12-29 Thread andes
JJ, Your suggestion worked!!! I stopped using the "round" join style option from matplotlib as you suggested by writing: plot(x,y,ls='-',lw=3,solid_joinstyle='bevel') I did not have to change the rc. Thanks a bunch! c Jae-Joon Lee wrote: > > When I open your eps file with ghostscript, I c

Re: [Matplotlib-users] jagged line in eps from matplitlib

2010-12-19 Thread Jae-Joon Lee
When I open your eps file with ghostscript, I can see the problem. I'm about 95% sure that this is related to the ghostscript not correctly rendering the line. In your ghostscript viewer, turn off "antialiasing" then you will see straight line (of course w/o antialiasing). This seems to be a known

Re: [Matplotlib-users] jagged line in eps from matplitlib

2010-12-19 Thread andes
Hello JJ, Thanks so much for replying.. I have attached the "eps" file. http://old.nabble.com/file/p30495318/figeps.eps figeps.eps c Jae-Joon Lee wrote: > > Can you post your eps file? > This may be related to the ps rasterizer you're using. > Regards, > > -JJ > > > On Thu, Dec 16, 2010

Re: [Matplotlib-users] jagged line in eps from matplitlib

2010-12-18 Thread Jae-Joon Lee
Can you post your eps file? This may be related to the ps rasterizer you're using. Regards, -JJ On Thu, Dec 16, 2010 at 1:46 AM, andes wrote: > > hello, > > When I save as an "eps" a figure created by matplotlib I face the problem > that the inclined lines in the plot appear to be jagged when I

[Matplotlib-users] jagged line in eps from matplitlib

2010-12-16 Thread andes
hello, When I save as an "eps" a figure created by matplotlib I face the problem that the inclined lines in the plot appear to be jagged when I open the "eps" (please see figure below). This problem doesn't appear when I save the figure as a pdf or png. Do you you know if there is a simple soluti