In this notebook I use the inline backend and plot two figures with two axes and a figure legend each.
In both cases I adjust the subplot location setting it's right border to 0.7 and put the legend in location right (or 7). In the second case I push the bbox of the legend partially out of the subplot location. Then I save both figures.
The saved figures are correct


But in the notebook it looks like that changing the subplot boundaries with fig.subplots_adjust effectively resize the figure. So in the first case the legend is pushed between the axes, and in the second case the legend is cut.
In this notebook I use the inline backend and plot two figures with two axes and a figure legend each.


In both cases I adjust the subplot location setting it's right border to
0.7and put the legend in locationright(or7). In the second case I push the bbox of the legend partially out of the subplot location. Then I save both figures.The saved figures are correct
But in the notebook it looks like that changing the subplot boundaries with
fig.subplots_adjusteffectively resize the figure. So in the first case the legend is pushed between the axes, and in the second case the legend is cut.