-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed as not planned
Labels
API: consistencyNew featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Milestone
Description
version: 2.0.0b1+1773.g3590ce2
installed from src, OSX, gtk backend
if I have in rcParams:
figure.subplot.top=0.9
and I do:
figure()
clf()
plot([],[])
draw()
show()
then, the top margin is respected, but if I already have a window with figure already open and I do
style.use('x') # where x.mplstyle has figure.subplot: 0.5
clf()
plot([],[])
draw()
then then top margin is not altered from 0.9 (like I might expect when changing the style).
I have to close the window and create a new one for this style change to have an effect. This is not expected behavior.
Metadata
Metadata
Assignees
Labels
API: consistencyNew featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactive
3E0C
span>Marked by the “Stale” Github ActionMarked by the “Stale” Github Action