Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-06 Thread Fernando Perez
On 9/6/06, Rob Hetland <[EMAIL PROTECTED]> wrote: > > I have been having problems with postscript output from MPL on my > various Macs that is just beyond the problem discussed in the tread > here. But this seemed like the best place to bring it up. The basic > problem is that Adobe products like

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-06 Thread Darren Dale
On Wednesday 06 September 2006 11:04, Rob Hetland wrote: > Well, the fonts are correct -- I checked in both the EPS source, and > what Illustrator thinks the font is (after translation with pstopdf). > > The definition of the fonts looks right in the EPS source (checked by > comparing against a sam

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-06 Thread Rob Hetland
Well, the fonts are correct -- I checked in both the EPS source, and what Illustrator thinks the font is (after translation with pstopdf). The definition of the fonts looks right in the EPS source (checked by comparing against a sample from illustrator). If nobody else is having the same pro

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-06 Thread John Hunter
> "Rob" == Rob Hetland <[EMAIL PROTECTED]> writes: Rob> I have been having problems with postscript output from MPL Rob> on my various Macs that is just beyond the problem discussed Rob> in the tread here. But this seemed like the best place to Rob> bring it up. The basic pro

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-06 Thread Rob Hetland
I have been having problems with postscript output from MPL on my various Macs that is just beyond the problem discussed in the tread here. But this seemed like the best place to bring it up. The basic problem is that Adobe products like Illustrator can't read MPL .eps output. When I 'O

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-04 Thread David Andrews
For the benefit of the mailing list & developers, this fix works fine for me (OS X Tiger 10.4.7) Cheers John. Dave On 04/09/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "David" == David Andrews <[EMAIL PROTECTED]> writes: > > David> Hiya, i'm having a problem getting a valid postscript

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-04 Thread Benoit Donnet
Dave, I had the same problem as you. Here is a solution... Try editing your matplotlib rc file and change these font preferences font.serif : New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Bitstream Vera Serif, Nimbus Roman No9 L, Times New Roman, Time

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-04 Thread John Hunter
> "David" == David Andrews <[EMAIL PROTECTED]> writes: David> Hiya, i'm having a problem getting a valid postscript file David> produced on OS X. Using the example subplot_demo.py, David> modified to include the line: David> savefig('subplot_demo') David> in the plac

[Matplotlib-users] Postscript ouput on OS X problem.

2006-09-04 Thread David Andrews
Hiya, i'm having a problem getting a valid postscript file produced on OS X. Using the example subplot_demo.py, modified to include the line: savefig('subplot_demo') in the place of the show() command, and running it using: python subplot_demo.py -dPS Produces the .ps file (available h