-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Bug in tight_layout #11737
Copy link
Copy link
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Description
I just found a critical bug in tight_layout in master (unless something is wrong with my installation...).
fig, ax=plt.subplots()
fig.set_tight_layout(True)
plt.show()
The axes get into a black hole in the middle of the figure if I try to zoom.
master
python 3.5, 3.6
windows 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.