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
When calling pyplot.subplots( layout = "constrained" ) after creating a figure causes matplotlib to display two windows instead of one. See minimal code below.
Bug summary
When calling
pyplot.subplots( layout = "constrained" )
after creating a figure causes matplotlib to display two windows instead of one. See minimal code below.Code for reproduction
Actual outcome
Expected outcome
Additional information
Commenting out the line with
pyplot.subplots( layout = "constrained" )
will display only one window as expected.Operating system
macOS
Matplotlib Version
3.10.1
Matplotlib Backend
macosx
Python version
Python 3.13.2
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: