Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use `figure.stale` instead of internal member in macosx #6283
Conversation
mdboom
added this to the
2.0 (style change major release)
milestone
Apr 8, 2016
mdboom
added the
needs_review
label
Apr 8, 2016
|
|
|
I can also confirm that it fixes #6237 for me |
|
I think this is good-to-go. The appveyor test is obviously a false negative. |
jenshnielsen
merged commit 997029b
into matplotlib:master
Apr 11, 2016
mdboom
removed the
needs_review
label
Apr 11, 2016
jenshnielsen
added a commit
that referenced
this pull request
Apr 11, 2016
|
|
jenshnielsen + jenshnielsen |
bdc3b25
|
|
backported to 2.x as bdc3b25 |
QuLogic
added the
GUI/osx
label
May 28, 2017
|
Was removing this line intentional? It seems to have caused #8814, and changing this line to self.figure.stale = Truefixes the problem. |
|
I think this is exposing a bug that something else is not properly marking the figure as stale when it changes it. In principle, if nothing has changed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mdboom commentedApr 8, 2016
Fix #6237.