I used matplotlib to create some plot, which depends on 8 variables. I would like to study how the plot changes when I change some of them. I created some s
I don't think that simply plotting graphs using plt.plot
will allow you to do this. You will need to yourself make a custom GUI script/app by embedding Matplotlib into it. Currently, Matplotlib supports all the major GUI toolkits - PyGTK+, PyQt4 and wxPython.
I use wxPython and embedding matplotlib in it is fairly easy. Similar should be case with the other GUI toolkits. You can get all the information you need for this in the book -
It is available on amazon here.