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
Re-uses the tests from matplotlib#22849, but also tests that going _back_ on works
as well.
Fixesmatplotlib#22847
Co-authored-by: richardsheridan <richard.sheridan@gmail.com>
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this issue
Jan 10, 2023
Re-uses the tests from matplotlib#22849, but also tests that going _back_ on works
as well.
Fixesmatplotlib#22847
Co-authored-by: richardsheridan <richard.sheridan@gmail.com>
Bug summary
As of #20426 calling
Figure.set_tight_layout(False)
does not disable the tight layout algorithm.Code for reproduction
Actual outcome
AssertionError
Expected outcome
clean exit
Additional information
I'm pretty sure this branch just needs to set
self.set_layout_engine(None)
in the falsey case. Attn: @jklymakOperating system
No response
Matplotlib Version
main
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
No response
The text was updated successfully, but these errors were encountered: