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:
http://matplotlib.svn.sourc
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++ applic