Re: [Matplotlib-users] xpdf distiller: page doesn't fit graph

2007-05-10 Thread Troels Kofoed Jacobsen
It is working great if I just use .eps Thanks guys.,, On Thu, May 10, 2007 at 03:22:20PM -0400, Darren Dale wrote: > On Thursday 10 May 2007 02:39:51 pm Troels Kofoed Jacobsen wrote: > > I want to make some good vector graphs to include in LaTeX. > > > > I use > > backend : PS > > ps.pa

Re: [Matplotlib-users] xpdf distiller: page doesn't fit graph

2007-05-10 Thread Darren Dale
On Thursday 10 May 2007 02:39:51 pm Troels Kofoed Jacobsen wrote: > I want to make some good vector graphs to include in LaTeX. > > I use > backend : PS > ps.papersize : auto > ps.usedistiller : xpdf > > My problem is that when i export the graphs [savefig('test')] the > exported g

Re: [Matplotlib-users] xpdf distiller: page doesn't fit graph

2007-05-10 Thread Alan G Isaac
On Thu, 10 May 2007, Troels Kofoed Jacobsen apparently wrote: > My problem is that when i export the graphs > [savefig('test')] savefig('test.eps') always works fine for me... Cheers, Alan Isaac - This SF.net email is

[Matplotlib-users] xpdf distiller: page doesn't fit graph

2007-05-10 Thread Troels Kofoed Jacobsen
I want to make some good vector graphs to include in LaTeX. I use backend : PS ps.papersize : auto ps.usedistiller : xpdf My problem is that when i export the graphs [savefig('test')] the exported graph is in the middle of a large page, which isn't suitable for inclusion in L