ipython notebook --pylab inline: zooming of a plot

varantir picture varantir · May 18, 2012 · Viewed 61.8k times · Source

Is it possible to zoom into a plot if inline is activated? Especially regarding to 3d-plots rotating and zooming is a necessary feature.

Answer

João Abrantes picture João Abrantes · Dec 13, 2016

You can now use %matplotlib notebook instead of %matplotlib inline and you'll be able to interact with your plots.