1 | initial version |
For the cases in which you don't need interactivity, you can just change your
plt.show()
by a
plt.savefig('')
If you really want interactivity, you may find this wiki page useful (I haven't tried it myself, I must say).