Closed GoogleCodeExporter closed 8 years ago
Are you running this in Ipython with or without the -pylab option?
Remember, you need to do a
matplotlib.pylab.show()
if you are not running pylab.
To save the image to a file rather than displaying a GUI frame, do
matplotlib.pylab.savefig("filename.png", format="png")
Please let me know if this resolves your issue.
Damian
Original comment by damian.e...@gmail.com
on 10 Oct 2008 at 11:42
Thanks Damian!
I did not know about the -pylab option... Now it works perfect!
Thanks again
Original comment by fen...@gmail.com
on 10 Oct 2008 at 11:51
Glad it worked! I will close this ticket.
Damian
Original comment by damian.e...@gmail.com
on 20 Oct 2008 at 5:04
Original comment by damian.e...@gmail.com
on 20 Oct 2008 at 5:05
Original issue reported on code.google.com by
fen...@gmail.com
on 23 Sep 2008 at 6:25