Re: [Matplotlib-users] Printing gif images to file with matplotlib

2007-12-11 Thread Michael Droettboom
You can just pass a path to savefig, e.g.: savefig(/home/me/test.png) (The format is automatically determined from the extension). If you want to know which formats are supported by which backends, you can have a look at FILETYPES in the source tree here:

[Matplotlib-users] Printing gif images to file with matplotlib

2007-12-10 Thread Takashi Yamamoto
Hi, I have recently come across Matplotlib and I am very impressed with its capabilities. I am new to both Matplotlib and Python, although I have several years experience with C++ and a few other languages *(including modelling with MatLab). I have successfully embedded Python in a C++