First time here? Check out the FAQ!
answered 2013-04-08 10:55:23 +0100
The show() method calls plot(), saves to a temporary file, and then runs an image viewer with the output. If you just want the file, use plot().save('filename.png').
show()
plot()
plot().save('filename.png')