Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 526
Lotta B Avatar asked Dec 17 '15 00:12

Lotta B


1 Answers

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

Expand Jupyter notebook matplotlib inline window by clicking to left

like image 138
AJP Avatar answered Oct 27 '22 14:10

AJP