I am using IPython with --pylab=inline
and would sometimes like to quickly switch to the interactive, zoomable matplotlib GUI for viewing plots (the one that po
A better solution for your problem might be the Charts library. It enables you to use the excellent Highcharts javascript library to make beautiful and interactive plots. Highcharts uses the HTML svg
tag so all your charts are actually vector images.
Some features:
Disclaimer: I'm the developer of the library