Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
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
tacaswellJul 18, 2015
b0c3741
PEP: remove extra lines
tacaswellJul 18, 2015
7f3ef65
FIX: do not propogate stale on animated artists
tacaswellJul 23, 2015
a677634
MNT: Limit what propagates stale to figure
tacaswellJul 23, 2015
6d6e39a
API: forbid changing figure of Artist instance
tacaswellJul 23, 2015
1aec54b
MNT: do not re-trigger draws during draw
tacaswellJul 23, 2015
1a58f17
DOC: added explanatory comments to example
tacaswellJul 23, 2015
72c5ce2
FIX: make sure that offset boxes propagate axes
tacaswellJul 31, 2015
4cc9a74
TST: don't reuse artists in tests
tacaswellJul 31, 2015
b39fd90
FIX: protect against None child
tacaswellJul 31, 2015
0b49a55
MNT: use direct callback for stale, not pchanged
tacaswellAug 1, 2015
59eaad6
MNT: still only propagate True up the chain
tacaswellAug 1, 2015
69b1b36
MNT: fix vanilla python repl hook
tacaswellAug 1, 2015
770b8d5
FIX: remove excessive stale cleaning
tacaswellAug 1, 2015
aa810b6
MNT: don't need try/except anymore
tacaswellAug 1, 2015
0af89d7
FIX: fix stupid bug in pyplot
tacaswellAug 1, 2015
14b5a36
FIX: don't push race condition on un-pickling
tacaswellAug 1, 2015
252d7a7
MNT: make base draw_idle re-entrant
tacaswellAug 6, 2015
a44b74d
FIX: fix documentation typos
tacaswellAug 7, 2015
53e2db2
MNT: use no-op callback instead of None
tacaswellAug 7, 2015
54e04d3
FIX: remove stale callback on pickling
tacaswellAug 9, 2015
5bd4711
MNT: make figure use base-class __getstate__
tacaswellAug 10, 2015
a48be9f
MNT: defaulting `Artist.stale_callback` to None
tacaswellAug 10, 2015
13e7c09
FIX: stale propagation in artist without fig/ax
Aug 11, 2015
83ea020
MNT: make sorting out what to re-draw faster
tacaswellAug 12, 2015
a5f5ab5
MNT: make set_animated smarter
tacaswellAug 12, 2015
c75f75d
MNT: when blitting in make artist animated
tacaswellAug 12, 2015
51cc0ca
MNT: set animated to blit state
tacaswellAug 12, 2015
0e201f9
MNT: setting cmap/norm marks as stale
tacaswellAug 12, 2015
25079bf
MNT: set_data on FigureImage marks as stale
tacaswellAug 12, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
FIX: fix stupid bug in pyplot
  • Loading branch information
@tacaswell
tacaswell committedAug 1, 2015
commit0af89d747c7876f40dc64ba4046e29edee026721
2 changes: 1 addition & 1 deletionlib/matplotlib/pyplot.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -535,7 +535,7 @@ def make_active(event):
if _INSTALL_FIG_OBSERVER:
fig.stale_callback = _auto_draw_if_interactive

returnfig
returnfigManager.canvas.figure


def _auto_draw_if_interactive(fig, val):
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp