Resize window in IPython block

I use IPython Notebook to create some graphs. For most of them I use %matplotlib inline, but for a few I go on %matplotlib notebookto be able to scale, etc.

Now to this problem, the window displaying my plot (no matter which matplotlib parameter I use) suddenly became much smaller. Not the figure itself, just a window. I am really confused why this happened if that were the case because I was switching between the two matplotlib settings or something else that I did by mistake.

This is really annoying, as I have to scroll my entire figure in the window if I don't want to minimize it. Therefore, if you have an idea how to enlarge the chart window, please enlighten me.

Here you can give an example of what I mean by a window: A small window . The “window” for me is where you can see “Figure 1” and the red button and ends where it cuts my plot.

+4
source share
1 answer

Click to maximize and show less. Double click to collapse it completely.

matplotlib   Jupyter,

+10
source

Source: https://habr.com/ru/post/1620451/


All Articles