Re: [matplotlib-devel] bbox of eps backend : test needed

2010-11-16 Thread Benjamin Root
On Sun, Nov 14, 2010 at 7:25 PM, Jae-Joon Lee wrote: > Hi, > > I just committed a simple change that disables pstoeps in ps backend > when "xpdf" distiller is used. Without this, output bbox was incorrect > with "xpdf" distiller and usetex=False. > > Getting the correct bbox with the ps backend i

[matplotlib-devel] bbox of eps backend : test needed

2010-11-14 Thread Jae-Joon Lee
Hi, I just committed a simple change that disables pstoeps in ps backend when "xpdf" distiller is used. Without this, output bbox was incorrect with "xpdf" distiller and usetex=False. Getting the correct bbox with the ps backend is very tricky, and it'll be appreciated if others help me test this