René's URL Explorer Experiment


Title: Animation fixes by jdh2358 · Pull Request #1012 · matplotlib/matplotlib · GitHub

Open Graph Title: Animation fixes by jdh2358 · Pull Request #1012 · matplotlib/matplotlib

X Title: Animation fixes by jdh2358 · Pull Request #1012 · matplotlib/matplotlib

Description: This PR fixes a few problems with the new animation write functionality. The first commit addresses the problem that there was no way to get the args to setup that you may want to customize. The MovieWriter.setup method only gets called Animation.save in the "with writer.saving" call, but there is no way to pass extra args through to setup like "clear_temp=False" to the FileMovieWriter. To fix this, I added an optional dictionary argument to Animation.save called "writer_setup_kwargs" that get passed through to "saving" and ultimately "setup", so you can use it like: im_ani.save('movies/im1.mp4', writer=writer, writer_setup_kwargs=dict(clear_temp=False)) The second commit fixes a serious problem in the that the args and kwargs passed to the writer were being dropped on the floor. This ultimately is another example of why multiple inheritance is dangerous. Effectively, what we have in master is: class MovieWriter: def __init__(self, name='jdh'): self.name = 'jdh' class FFMpegBase: # no init method def getx(self): return 1 class FFMpegWriter(MovieWriter, FFMpegBase): pass mixin = FFMpegWriter(name='tom') print mixin.name which when you test this you will see that "mixin.name" still gets the default value for name="jdh" because the FFMpegWriter did not define an init method and pass the args to the proper base class Moviewriter. The second commit fixes this. However, I strongly advise @dopplershift to reconsider the design and get rid of multiple inheritance. There is just not enough advantage to overweigh the dangers, as we see here. Here is a real-world example using the existing animation code that shows the problem: writer = animation.FFMpegFileWriter(fps=15, codec='webm', bitrate=1800) print 'CODEC', writer.codec print 'FPS', writer.fps The third commit adds information to the docstrings for Animation.save to point out that the fps, bitrate and codec args are only utilized if the writer is a string; if the writer is a class instance they are ignored in the current code. We may want to change this to set them on the writer unconditionally (I actually favor this) but in this commit I just clarify the current behavior. I also added support for the special codec 'None'. We use None to mean "use the default codec" but there is at least one case when you want to force the codec to not be included on the command line, and that is when you are using a special -f arg to ffmpeg. Eg, in order to get webm movies, I need a line like: ffmpeg -r 15 -i _tmpd.png -f webm -y im1.webm which I could do if I could get the writer to drop the 'vcodec' arg and add the -f arg using: writer = Writer(fps=15, codec='None', extra_args=['-f', 'webm']) In the fourth commit, I added support for the ipython display protocol so animations made in the notebook would display a movie window in the browser. In the fifth commit, I fixed the basic_animation_writer.py example so that we woud not be creatig a huge list of ax.colleciotns with every call to pcolor. The new loop looks like: for add in np.arange(15): ax.cla() # clear the last frame im = ax.pcolor(x, y, base + add, norm=plt.Normalize(0, 30)) ims.append([im]) and the cla call prevents pcolor from creating 15 different collections. The final commit adds a commented out example to the basic_animation_writer.py example that shows how to create webm movies using ffmpeg. These are supported by chrome and firefox by default, so work using the embedded html ipython display protocol with most stock browsers.

Open Graph Description: This PR fixes a few problems with the new animation write functionality. The first commit addresses the problem that there was no way to get the args to setup that you may want to customize. The M...

X Description: This PR fixes a few problems with the new animation write functionality. The first commit addresses the problem that there was no way to get the args to setup that you may want to customize. The M...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:775257e0-f9df-cedf-41f5-379a738b7228
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDD42:6E56C:29B1AD4:38927B0:6A5487EB
html-safe-nonce055d1307958eddf68f82b9ce3a89124bcd6f06617682a243101b995435bf7c55
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDQyOjZFNTZDOjI5QjFBRDQ6Mzg5MjdCMDo2QTU0ODdFQiIsInZpc2l0b3JfaWQiOiI4MDEzMDQ1MzkyNzIyOTIxNDUxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac99c1baf3cb3ebdbf9973c0b53c04e2f17908d49984a250012265769a36483d64
hovercard-subject-tagpull_request:1799106
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/1012/files
twitter:imagehttps://avatars.githubusercontent.com/u/38334?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/38334?s=400&v=4
og:image:altThis PR fixes a few problems with the new animation write functionality. The first commit addresses the problem that there was no way to get the args to setup that you may want to customize. The M...
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
release03ccb116376fd46e8ba2a4cdc541e35f13f70734
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/1012/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F1012%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%2F1012%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/1012/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/1012/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/1012/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/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 408 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
jdh2358https://github.com/jdh2358
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
jdh2358:animation-fixeshttps://github.com/jdh2358/matplotlib/tree/animation-fixes
Conversation 32 https://github.com/matplotlib/matplotlib/pull/1012
Commits 6 https://github.com/matplotlib/matplotlib/pull/1012/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/1012/checks
Files changed https://github.com/matplotlib/matplotlib/pull/1012/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
Animation fixes https://github.com/matplotlib/matplotlib/pull/1012/files#top
Show all changes 6 commits https://github.com/matplotlib/matplotlib/pull/1012/files
48c1921 pass kwargs through to animation writer jdh2358 Jul 15, 2012 https://github.com/matplotlib/matplotlib/pull/1012/commits/48c19219c404fd99d1cb0a5cdf707ccd24101a35
a2ca359 make sure that the MovieWriter base class gets the args and kwargs on… jdh2358 Jul 15, 2012 https://github.com/matplotlib/matplotlib/pull/1012/commits/a2ca359eb05f1a16a1d48dec9cf147d0a4fbd0c5
8602ba6 allow codec to be None and clarify save kwargs jdh2358 Jul 15, 2012 https://github.com/matplotlib/matplotlib/pull/1012/commits/8602ba60527efd45b3f91da03dc9fc360d0856da
81fae9e support ipy html display hook for return value of Animation.save; may… jdh2358 Jul 15, 2012 https://github.com/matplotlib/matplotlib/pull/1012/commits/81fae9e877f468c73e9aefe0d99f76cf89d6964d
4d5d0d5 fix basic animation writer to clear prior frame so we do not have a p… jdh2358 Jul 15, 2012 https://github.com/matplotlib/matplotlib/pull/1012/commits/4d5d0d55fe6b8f8c622273785d9ff5c50058bd52
ea2facc show how to make webm movies in a commented out example in the basic … jdh2358 Jul 15, 2012 https://github.com/matplotlib/matplotlib/pull/1012/commits/ea2facc1600655353438a8f09d5ba614dd7b3420
Clear filters https://github.com/matplotlib/matplotlib/pull/1012/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
basic_example_writer.py https://github.com/matplotlib/matplotlib/pull/1012/files#diff-24fa4de82af441b2cc3d451037d28f62244f7822ac05b0dc0dde7bffab4be236
animation.py https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
examples/animation/basic_example_writer.pyhttps://github.com/matplotlib/matplotlib/pull/1012/files#diff-24fa4de82af441b2cc3d451037d28f62244f7822ac05b0dc0dde7bffab4be236
View file https://github.com/jdh2358/matplotlib/blob/ea2facc1600655353438a8f09d5ba614dd7b3420/examples/animation/basic_example_writer.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1012/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-24fa4de82af441b2cc3d451037d28f62244f7822ac05b0dc0dde7bffab4be236
lib/matplotlib/animation.pyhttps://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
View file https://github.com/jdh2358/matplotlib/blob/ea2facc1600655353438a8f09d5ba614dd7b3420/lib/matplotlib/animation.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1012/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191367
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
pelsonhttps://github.com/pelson
Jul 16, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1170649
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191397
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191426
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
tacaswellhttps://github.com/tacaswell
Jan 5, 2014https://github.com/matplotlib/matplotlib/pull/1012/files#r8656975
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
pelsonhttps://github.com/pelson
Jul 16, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1170713
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191484
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
jdh2358https://github.com/jdh2358
Jul 20, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1205830
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191506
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191559
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
jdh2358https://github.com/jdh2358
Jul 16, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1170800
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191619
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
WeatherGodhttps://github.com/WeatherGod
Jul 18, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1191661
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
jdh2358https://github.com/jdh2358
Jul 20, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1205824
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
pelsonhttps://github.com/pelson
Jul 16, 2012https://github.com/matplotlib/matplotlib/pull/1012/files#r1170733
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1012/files
https://github.com/matplotlib/matplotlib/pull/1012/files#diff-8cc60f6e5a45e5dfd502623cdb3c033d7b2bbb63a0f55d0a49485f6390bcba26
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.