René's URL Explorer Experiment


Title: Support blitting in webagg backend by ianhi · Pull Request #19059 · matplotlib/matplotlib · GitHub

Open Graph Title: Support blitting in webagg backend by ianhi · Pull Request #19059 · matplotlib/matplotlib

X Title: Support blitting in webagg backend by ianhi · Pull Request #19059 · matplotlib/matplotlib

Description: PR Summary Closes: #4288 Closes: matplotlib/ipympl#228 Supersedes: #9240 I replaced the second Agg renderer by storing the previous buffer in a private attribute. Removing the second renderer as suggested by @tacaswell eliminates the the flickering issues noted in #9240 (comment) I also tried out a modified version of the test case by @mbewley in #9240 (comment) and found that performance was improved considerably when blitting was enabled. from imp import reload import matplotlib reload(matplotlib) matplotlib.use('nbagg') import matplotlib.backends.backend_nbagg reload(matplotlib.backends.backend_nbagg) import matplotlib.backends.backend_webagg_core reload(matplotlib.backends.backend_webagg_core) import numpy as np import matplotlib.pyplot as plt import matplotlib.patches as mpatches IMSIZE = 7000 RED = (1,0,0,1) GREEN = (0,1,0,1) plt.ion() class ExampleToggle: def __init__(self): self.fig = plt.figure() self.ax = self.fig.add_subplot(111) self.canvas = self.ax.figure.canvas self.im = np.random.randint(0, 255, [IMSIZE,IMSIZE, 3]).astype('uint8') self.tmp_colour = RED self.rect = mpatches.Rectangle([0, 0], 200, 200, edgecolor='yellow', facecolor=self.tmp_colour, linewidth=0.5, animated=True) self.ax.add_patch(self.rect) self.canvas.mpl_connect('button_press_event', self.clicked) self.ax.imshow(self.im) self.canvas.draw() self._been_clicked = False def clicked(self, event): if not self._been_clicked: self.background = self.canvas.copy_from_bbox(self.ax.bbox) self._been_clicked = True if self.tmp_colour == RED: self.tmp_colour = GREEN elif self.tmp_colour == GREEN: self.tmp_colour = RED self.rect.set_facecolor(self.tmp_colour) self.canvas.restore_region(self.background) self.ax.draw_artist(self.rect) self.canvas.blit(self.ax.bbox) et = ExampleToggle() (the modification was to use the self._been_clicked as I was finding that otherwise the figure was resizing and the bbox was incorrect) Unlike the previous PR this does not need to implement copy_from_bbox as that is inherited from backend_agg.FigureCanvasAgg. I didn't add any new tests but I did try the UAT notebook and found that the flickering mentioned is is resolved by this approach. Should we consider adding the above blit test for perforamance to the UAT notebook? One issue is that at times the animation can get tripped up and fail to properly blit. Though I believe that this is an issue that was revealed by, rather than caused by, this PR. My theory is that maybe new messages reach the frontend before it finishes a redraw and then the frontend trips over itself? This is something I've noticed on occasion with ipympl as well, even without blitting. The result looks like this, though if I increase the interval of the animation then this pathology goes away: with interval=32 with interval=100 PR Checklist [UAT] Has pytest style unit tests (and pytest passes). Is Flake 8 compliant (run flake8 on changed files to check). [N/A (i think?)] New features are documented, with examples if plot related. [N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error). Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all). New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there). API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there). would this get an API note or a new feature? or neither?

Open Graph Description: PR Summary Closes: #4288 Closes: matplotlib/ipympl#228 Supersedes: #9240 I replaced the second Agg renderer by storing the previous buffer in a private attribute. Removing the second renderer as su...

X Description: PR Summary Closes: #4288 Closes: matplotlib/ipympl#228 Supersedes: #9240 I replaced the second Agg renderer by storing the previous buffer in a private attribute. Removing the second renderer as su...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/19059

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a10218a2-7414-c79f-6e80-e5f46082de52
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD8A8:3AC145:660D6D:88FBA3:6A523B3E
html-safe-nonce516413d0b008d01106f93941374fadec2f44573931d27972b2d550408d59eac9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOEE4OjNBQzE0NTo2NjBENkQ6ODhGQkEzOjZBNTIzQjNFIiwidmlzaXRvcl9pZCI6IjQzMDQ4NjQ4NzM4MjM3NDY4NzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac270d672b19d844b13d4504fc181d2573d2713e300db6864b5d2f5c6142f02401
hovercard-subject-tagpull_request:531437804
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/19059/files
twitter:imagehttps://avatars.githubusercontent.com/u/10111092?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/10111092?s=400&v=4
og:image:altPR Summary Closes: #4288 Closes: matplotlib/ipympl#228 Supersedes: #9240 I replaced the second Agg renderer by storing the previous buffer in a private attribute. Removing the second renderer as su...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/19059/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F19059%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F19059%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/19059/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/19059/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/19059/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
QuLogichttps://github.com/QuLogic
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
ianhi:blithttps://github.com/ianhi/matplotlib/tree/blit
Conversation 22 https://github.com/matplotlib/matplotlib/pull/19059
Commits 2 https://github.com/matplotlib/matplotlib/pull/19059/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/19059/checks
Files changed https://github.com/matplotlib/matplotlib/pull/19059/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
Support blitting in webagg backend https://github.com/matplotlib/matplotlib/pull/19059/files#top
Show all changes 2 commits https://github.com/matplotlib/matplotlib/pull/19059/files
78c182d support blitting in webagg backend ianhi Dec 3, 2020 https://github.com/matplotlib/matplotlib/pull/19059/commits/78c182d450085b1b9632c184e4905f6cf4f2c9af
2fbbec9 add blitting to nbagg UAT notebook + correct the numbering of stoppin… ianhi Dec 3, 2020 https://github.com/matplotlib/matplotlib/pull/19059/commits/2fbbec983792118e5b6fc389241f651c4784ef3b
Clear filters https://github.com/matplotlib/matplotlib/pull/19059/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
backend_webagg_core.py https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
nbagg_uat.ipynb https://github.com/matplotlib/matplotlib/pull/19059/files#diff-74325e256dd0a931e0eead30b259119d7dedb408b3774f693f44fd0de4f4bcab
lib/matplotlib/backends/backend_webagg_core.pyhttps://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
View file https://github.com/ianhi/matplotlib/blob/2fbbec983792118e5b6fc389241f651c4784ef3b/lib/matplotlib/backends/backend_webagg_core.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/19059/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
ianhihttps://github.com/ianhi
Dec 3, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r535407110
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
#4290https://github.com/matplotlib/matplotlib/pull/4290
@tacaswellhttps://github.com/tacaswell
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
QuLogichttps://github.com/QuLogic
Dec 4, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r536432057
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
ianhihttps://github.com/ianhi
Dec 5, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r536813287
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
ianhihttps://github.com/ianhi
Dec 5, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r536813900
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
ianhihttps://github.com/ianhi
Dec 5, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r536876964
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
#5419 (comment)https://github.com/matplotlib/matplotlib/issues/5419#issuecomment-154788744
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
QuLogichttps://github.com/QuLogic
Dec 9, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r538928688
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
ianhihttps://github.com/ianhi
Dec 9, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r538978509
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
thomasaarholthttps://github.com/thomasaarholt
Dec 3, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r534952939
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
ianhihttps://github.com/ianhi
Dec 5, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r536820193
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
QuLogichttps://github.com/QuLogic
Dec 15, 2020https://github.com/matplotlib/matplotlib/pull/19059/files#r543105638
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
#19117https://github.com/matplotlib/matplotlib/pull/19117
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
https://github.com/matplotlib/matplotlib/pull/19059/files#diff-6d1e28fa9eb5254b30f1dd613881417bb4f173ea90669dc55c3bb4fe9b5ab73f
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/19059/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.