Re: [Matplotlib-users] eps and useTex: tick labels drawn over legend box

2011-06-01 Thread Brannon
Hi Jae-Joon, Thank you for your help. For the time being, I have discovered that using pdf output and converting to eps using pdf2ps and ps2eps avoids this problem. Best, Bran Jae-Joon Lee wrote: Just in case, I have opened a git issue on this.

[Matplotlib-users] eps and useTex: tick labels drawn over legend box

2011-05-31 Thread Brannon
Hi, I am having trouble with matplotlib 1.0.1 drawing the axis tick labels over the legend box in the eps output when useTex is set to true. The plot shown after calling plt.show() looks fine, as does the output in pdf, png, svg etc. Only the postscript appears to be affected. The following

Re: [Matplotlib-users] eps and useTex: tick labels drawn over legend box

2011-05-31 Thread Jae-Joon Lee
I'm not 100% sure on this but it seems that this is a limitation of psfrag that the ps backend relies on. The ps backend first produces an eps file without TeX labels, and these TeX labels are put on the eps file with latex+psfrag. And it seems these TeX labels are always above the contents of

Re: [Matplotlib-users] eps and useTex: tick labels drawn over legend box

2011-05-31 Thread Jae-Joon Lee
Just in case, I have opened a git issue on this. https://github.com/matplotlib/matplotlib/issues/131 -JJ On Wed, Jun 1, 2011 at 1:23 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: I'm not 100% sure on this but it seems that this is a limitation of psfrag that the ps backend relies on. The ps