is it possible to have an interactive session through pydev for using matplotlib? The problem is that I cannot get shell access to drive the charts as the interpretor halts after the show() command. I would like to have an interactive session through pydev.
Interactive sessions are well described by the matplotlib manual here: http://matplotlib.sourceforge.net/users/shell.html
However, no example is provided for doing this is eclipse.