Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
MNT: overhaul stale handling#4738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
jenshnielsen merged 30 commits intomatplotlib:masterfromtacaswell:fix_repl_ensure_fig_unstaleAug 14, 2015
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
30 commits Select commitHold shift + click to select a range
02158b1
FIX: attempting to draw marks figure as not-stale
tacaswellb0c3741
PEP: remove extra lines
tacaswell7f3ef65
FIX: do not propogate stale on animated artists
tacaswella677634
MNT: Limit what propagates stale to figure
tacaswell6d6e39a
API: forbid changing figure of Artist instance
tacaswell1aec54b
MNT: do not re-trigger draws during draw
tacaswell1a58f17
DOC: added explanatory comments to example
tacaswell72c5ce2
FIX: make sure that offset boxes propagate axes
tacaswell4cc9a74
TST: don't reuse artists in tests
tacaswellb39fd90
FIX: protect against None child
tacaswell0b49a55
MNT: use direct callback for stale, not pchanged
tacaswell59eaad6
MNT: still only propagate True up the chain
tacaswell69b1b36
MNT: fix vanilla python repl hook
tacaswell770b8d5
FIX: remove excessive stale cleaning
tacaswellaa810b6
MNT: don't need try/except anymore
tacaswell0af89d7
FIX: fix stupid bug in pyplot
tacaswell14b5a36
FIX: don't push race condition on un-pickling
tacaswell252d7a7
MNT: make base draw_idle re-entrant
tacaswella44b74d
FIX: fix documentation typos
tacaswell53e2db2
MNT: use no-op callback instead of None
tacaswell54e04d3
FIX: remove stale callback on pickling
tacaswell5bd4711
MNT: make figure use base-class __getstate__
tacaswella48be9f
MNT: defaulting `Artist.stale_callback` to None
tacaswell13e7c09
FIX: stale propagation in artist without fig/ax
83ea020
MNT: make sorting out what to re-draw faster
tacaswella5f5ab5
MNT: make set_animated smarter
tacaswellc75f75d
MNT: when blitting in make artist animated
tacaswell51cc0ca
MNT: set animated to blit state
tacaswell0e201f9
MNT: setting cmap/norm marks as stale
tacaswell25079bf
MNT: set_data on FigureImage marks as stale
tacaswellFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
FIX: fix stupid bug in pyplot
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit0af89d747c7876f40dc64ba4046e29edee026721
There are no files selected for viewing
2 changes: 1 addition & 1 deletionlib/matplotlib/pyplot.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.