8

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.

1

2 Answers 2

4

%matplotlib auto should switch to the default backend.

Sign up to request clarification or add additional context in comments.

Comments

1

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

1 Comment

Sadly, this won't disable plot inline. But you provide a better solution. Cheers

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.