Lotta B
Lotta B

Reputation: 115

Change plot window size in IPython notebook

I am using IPython Notebook to make some plots. For most of them I use %matplotlib inline but for a few I change to %matplotlib notebook to be able to zoom in and stuff like that.

Now to the problem, the window displaying my plot (independent of what matplotlib setting I am using) suddenly became much smaller. Not the figure itself, just the window. I am really confused why this happened, if it was beacause I was switching between the two matplotlib settings or something else I made by mistake.

It is really annoying since I have to scroll in the window to se my whole figure unless I want to minimize it a lot. So if you have any idea how to make the plot window larger, please enlighten me.

Here you can se an example of what I mean by window: Small window. The 'window' according to me is where you can see "Figure 1" and the red button and ends where it cuts my plot.

Upvotes: 9

Views: 10529

Answers (1)

AJP
AJP

Reputation: 28553

Click to expand fully and show smaller. Double click to completely collapse it.

Expand Jupyter notebook matplotlib inline window by clicking to left

Upvotes: 23

Related Questions