7

Well, I know I can use %matplotlib inline to plot inline.

However, how to disable it?

Sometime I just want to zoom in the figure that I plotted. Which I can't do on a inline-figure.

Jzou
  • 1,225
  • 3
  • 11
  • 22

2 Answers2

3

%matplotlib auto should switch to the default backend.

gkcn
  • 1,360
  • 1
  • 12
  • 23
1

Use %matplotlib notebook to change to a zoom-able display.

Mike Müller
  • 82,630
  • 20
  • 166
  • 161