You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current ipympl 0.9.6 (and probably earlier versions) I am observing excessive white space around axes in some cases when using the %matplotlib ipympl mode but not in the %matplotlib inline mode.
Especially larger figures then became unmanageable in the ipympl backend. Setting constrained_layout or using plt.tight_layout() does not seem to influence the margins. Can this behavior be influenced?
The text was updated successfully, but these errors were encountered:
With the current ipympl 0.9.6 (and probably earlier versions) I am observing excessive white space around axes in some cases when using the
%matplotlib ipympl
mode but not in the%matplotlib inline
mode.A small example to reproduce:
This yields:
And the same example in inline mode:
Especially larger figures then became unmanageable in the
ipympl
backend. Settingconstrained_layout
or usingplt.tight_layout()
does not seem to influence the margins. Can this behavior be influenced?The text was updated successfully, but these errors were encountered: