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

Don't recursively call draw_idle when updating artists at draw time.#16298

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
tacaswell merged 1 commit intomatplotlib:masterfromanntzer:recidle
Jan 27, 2020

Conversation

anntzer
Copy link
Contributor

PR Summary

Closes#16294, AFAICT. I think this basically arose from the combination of#10210 not including the fix at#16028, plus#9082 whose review period overlapped with#10210.

Also needs to be backported to 3.2.

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@anntzeranntzer added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelJan 23, 2020
@anntzeranntzer added this to thev3.1.3 milestoneJan 23, 2020
@tacaswelltacaswell merged commit1ad7eb0 intomatplotlib:masterJan 27, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJan 27, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJan 27, 2020
@tacaswell
Copy link
Member

This issue only shows up at a plain python prompt but not in IPython due to the different ways the auto-re-draw is implemented. In IPython, we install a hook to run right before we give control back to the user, in plain python we trigger the draw_idle immediately on a figure going stale.

@anntzeranntzer deleted the recidle branchJanuary 27, 2020 18:50
tacaswell added a commit that referenced this pull requestJan 27, 2020
…298-on-v3.1.xBackport PR#16298 on branch v3.1.x (Don't recursively call draw_idle when updating artists at draw time.)
tacaswell added a commit that referenced this pull requestJan 27, 2020
…298-on-v3.2.xBackport PR#16298 on branch v3.2.x (Don't recursively call draw_idle when updating artists at draw time.)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v3.1.3
Development

Successfully merging this pull request may close these issues.

BUG: Interactive mode slow
3 participants
@anntzer@tacaswell@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp