[Matplotlib-users] saving images as .pdf files

2007-07-30 Thread J Makem
Hi, I'm havind difficulty plotting saving pylab images in pdf format. At the moment, they are saved as .png files by default using: savefig('name',dpi=300) However, if I try: savefig('name.pdf') The program crashes. Is there anyway of solving this problem? Regards, Jony--

Re: [Matplotlib-users] Saving Images as .pdf files

2007-07-26 Thread Jouni K . Seppänen
"Jonathan Makem" <[EMAIL PROTECTED]> writes: > However, if I try: > savefig('name.pdf') > The program crashes. Is there anyway of solving this problem? You'll need to provide more information than "the program crashes", but if you're seeing the cp1252 bug, you'll need to use the bleeding-edge svn

[Matplotlib-users] Saving Images as .pdf files

2007-07-26 Thread Jonathan Makem
Hi, I'm havind difficulty plotting saving pylab images in pdf format. At the moment, they are saved as .png files by default using: savefig('name',dpi=300) However, if I try: savefig('name.pdf') The program crashes. Is there anyway of solving this problem? Regards, Jony--