René's URL Explorer Experiment


Title: use plt.subplots() in examples as much as possible by ivanov · Pull Request #1462 · matplotlib/matplotlib · GitHub

Open Graph Title: use plt.subplots() in examples as much as possible by ivanov · Pull Request #1462 · matplotlib/matplotlib

X Title: use plt.subplots() in examples as much as possible by ivanov · Pull Request #1462 · matplotlib/matplotlib

Description: This is a docs-only update - but I think it'll be worthwhile to start to give a more sensible way of creating figures and axes in one call for our the folks who'll be looking at matplotlib with fresh eyes after the 1.2 release. But I totally understand if folks feel this is too big of a pill to swallow this late in the game. At the recent LBL Software Carpentry Workshop, it was pointed out that there's an inconsistency within our documentation for how to create new figures with subplots. Indeed, most examples were using the old way, something like: fig = plt.figure() ax = plt.subplot(111) # or plt.add_subplot(111) This patch changes a whole bunch of instances like the above to: fig, ax = plt.subplots() We should strive to have a minimal amount of constants in our code, especially unusual ones like 111, which only make sense to Matlab refugees. I have left unchanged examples which were using axes keywords passed to subplot() and add_subplot(), since those end up transforming things like: figure() subplot(111, axisbg='w') to plt.subplots(subplot_kw=dict(axisbg='w')) which isn't necessarily better. I also did not touch most of the user_interfaces examples, since those did not involve using plt, but instead explicitly imported Figure, and used the OO approach on Figure instances. Also updated instaces where the old "import pylab as p" convention was used to use our standard "import matplotlib.pyplot as plt" I have also updated some, but not all uses of subplot(121) etc, but I'm a bit exhausted after doing all of these.

Open Graph Description: This is a docs-only update - but I think it'll be worthwhile to start to give a more sensible way of creating figures and axes in one call for our the folks who'll be looking at matplotlib ...

X Description: This is a docs-only update - but I think it'll be worthwhile to start to give a more sensible way of creating figures and axes in one call for our the folks who'll be looking at mat...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:92ca68ac-fa55-de08-158f-94efdb15f579
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8D18:164416:9B5AB:CEC15:6A52BDE9
html-safe-nonce66013f2fa42ff6c1499e9275aea54026ee45e4916bb288818220856f59a60d04
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDE4OjE2NDQxNjo5QjVBQjpDRUMxNTo2QTUyQkRFOSIsInZpc2l0b3JfaWQiOiI4NDE1NjI1MzYwNDE1MzA5Mjg5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac37da2eded5d0056336297c0593a43a25307bf080391007b0706f59f916fd5bf6
hovercard-subject-tagpull_request:2925705
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/1462/files
twitter:imagehttps://avatars.githubusercontent.com/u/118211?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/118211?s=400&v=4
og:image:altThis is a docs-only update - but I think it'll be worthwhile to start to give a more sensible way of creating figures and axes in one call for our the folks who'll be looking at matplotlib ...
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/1462/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F1462%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%2F1462%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/1462/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/1462/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/1462/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1462/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1462/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
ivanovhttps://github.com/ivanov
matplotlib:v1.2.xhttps://github.com/matplotlib/matplotlib/tree/v1.2.x
ivanov:use-subplots-1.2https://github.com/ivanov/matplotlib/tree/use-subplots-1.2
Conversation 18 https://github.com/matplotlib/matplotlib/pull/1462
Commits 4 https://github.com/matplotlib/matplotlib/pull/1462/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/1462/checks
Files changed https://github.com/matplotlib/matplotlib/pull/1462/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1462/files
use plt.subplots() in examples as much as possible https://github.com/matplotlib/matplotlib/pull/1462/files#top
Show all changes 4 commits https://github.com/matplotlib/matplotlib/pull/1462/files
5c54d8f use plt.subplots() in examples as much as possible ivanov Nov 8, 2012 https://github.com/matplotlib/matplotlib/pull/1462/commits/5c54d8f3acac8c866ab0b75c17b7a8fb877db74d
e12a16e revert to OO interface (no pyplot) in OO example ivanov Nov 8, 2012 https://github.com/matplotlib/matplotlib/pull/1462/commits/e12a16e806442437c592684602f1360ebb657967
9a31dbb more `subplots`, cleanup of old `import *` style ivanov Nov 10, 2012 https://github.com/matplotlib/matplotlib/pull/1462/commits/9a31dbb63188a80c5c80a10ecada87f072b4857b
79df1b6 whats_new: a note about the changed example ivanov Nov 12, 2012 https://github.com/matplotlib/matplotlib/pull/1462/commits/79df1b64f2944ad7f126052fc833d73fab21e897
Clear filters https://github.com/matplotlib/matplotlib/pull/1462/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1462/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1462/files
CHANGELOG https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
whats_new.rst https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
animate_decay.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6073e03e04fad59944131fc598a90090ffa1743907506c81225e9642d2e42085
histogram.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-3f855c601b555a64ce0a0c748b143d84a88d9a556076860d9d4c40679ce030b7
animate_decay_tk_blit.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-54b1032b61539141ae8e5581c689bd6956b2cdcb32c182ad7979db459c9f1d36
animation_blit_fltk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-88e6b3d34c38716196afcbbdfbd6f6133aee091e4550ac14f61663e36ef1c754
animation_blit_gtk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-4e67cf5e684683c952fc3037db872bbdf68182adfc0a924ca3006a0f1368915d
animation_blit_gtk2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-76eb29b07f6a62b846fa88a8558c4a12f69f69279e7751d0d70e8270e5cb702c
animation_blit_qt.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6067a434165fcf8571ba867268701a48efe58d2d50ed5cade6976657e525042b
animation_blit_tk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-36be75cba36d6ff485c850bccd27ca22cf9a340b1980a2de03e7bc96055b00cd
animation_blit_wx.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7a9d61b5f18fa2560068325e50eb894d82a8a1227aa40336f5927a9533d94f0e
draggable_legend.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b3e2345ecae730fa14c7038d9e3320cbbcb28e89af70ed3cf972ea2d5de20dac
gtk_timeout.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ef47c67e88f3e2ec62e42b05e621de37dcd4cdd4937cdb86a0e012f5421d05b
histogram_tkagg.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f17347d85518cb438698b5b6c855e4ecc5e94c055cb5b126a2485be54d3ad046
simple_anim_gtk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ca7689a8767b7db39a41f641ab5de1cd477dd5c0b3fae59af43e6f26cb77814b
simple_anim_tkagg.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ba6a4ca6e1a693dbc5bebe4f9532afea105d433061bb8edb251f4c3ea1ecf17
simple_idle_wx.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1a0b4a39e2ef0f98333ec818d754439e293800a06be39c2f047cfc739c06fab7
simple_timer_wx.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1e8f9ea4f1c5618dbb306c9f55409cf35d0373b764120378a8ee48a090caa894
strip_chart_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-94cfd23584d7d3d86f8e74685c843da9d24f9f87bed6027736bdf94064ca4565
random_data.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c4c4d543443b92c4484c41de253df75e09b3842ad8a01decf075c99ef71d6a14
simple_anim.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-15d8ad47de628529469c3330bd169e6bd2ae23068f4725699cb2171ce5f377af
strip_chart_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c05e3cc64f2464be24bf7125c7aaa855951985e3bc8167bf340b0036c51d90c8
README.txt https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7fa4804c6773d4043d925dd680aa92099275fae5af35e4523c698b2352042eba
barchart_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2dfad748092737c6d1a72849d5cdbe96c06e033c8b3507bbabf23fa01ae5e417
collections_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2186c0224d9cdba7d8a8102435d2df5207c50241a137279ed6249c5192a4089d
color_cycle.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-339085a2525ed5605afd69ec95b32e698072c356b98371ffedba917f8f8c6d87
compound_path.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-5edd43b499c7e93cd308c1864f7702085a93475fc5642406aabb53cd2ce9aabb
date_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-bf7b0f27c9836dc780744a32d0f94307b3f15a6b43cac69aa0996eab04e4cad0
date_index_formatter.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-e284899c24686f7d4dd1591010ae91966400a0598802a3db5cda418fbc6f7528
demo_affine_image.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1a1b5f76387dab600e16837cf072fa9d73370ce0044d722509aa7a94e37eef1c
donut_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f0c7550de1fa3676b579484ab4f7d713c0a63a17034d6a43da76004f1d208dff
engineering_formatter.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-e87f8a4c6cccb4b5d2c296d5339b1f78d8fff6ba05d18a7436a285787851748c
fahrenheit_celsius_scales.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-20ac27b7cf85cca0cb09f8fa19fb402bee55283c96e0910aaa759bfb48f597a2
font_family_rc.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-24e34ce4e859d78c6a5807a13cfa190c7b02046d7a0c6582b5a436d5e8f3f209
font_file.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-aca28680cc5842d8c9f371d56098938d36bb61d171da23a7580dcd3ad04345b2
hinton_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-5c1c60eceecc2bd5303f46047d5e41eae9ce202d28d19e182d59a2c9466c105c
histogram_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-fb9e8808b7a2601cc2b3be41982176e431379b28698e66d1beabd44b279552a6
histogram_path_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-8e536920893f4ec50224699fa1ea9e0466aa828bae6c26f9f4531ec6df01e28b
image_zcoord.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-29673f55d96a16299c2c08ce28815ba6837deffa0d821a755ffd0b29c0ec21a8
joinstyle.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-a4a707c8497f6ae7be0311dc06c9208e2910821e64a2d16cf8b7032325b6cdef
legend_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-a226a26b578ddc68a09dd5213b1579a4490806c228bd5c02b2a22816f079fb7a
line_with_text.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-08b8247182f87e617f51dda53234a5c6d2451bfd81ef6a6c023f516e25adbb20
patch_collection.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-d88cb8bee6ce4bed88f14cc7ebc6d93abd319e4042cc7c88b9951755d47d2a24
path_patch_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-890e570a9e16e3cbb32359b307fee452d4a75b84871c21f6b629e2e3514accde
quad_bezier.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-4b3dfc8eff852602e2ef45dcd7036bafc1b206e197a85951129d9d9b175287a4
scatter_piecharts.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2a1c9285f2db621655b0094eb19fd821c1fcd4055b344cde4862a23cfef76283
span_regions.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-bba6273d5ff1a6617f4fcd63d5ca545cda2e81a86c5baaa56feba33af858b9d0
two_scales.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-bcabd00f5348536a59931493a5096584380262560db952fdb1f4916f56342c62
unicode_minus.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-44094aa2d4ee549e9d2eaf3029a47e03567b53ac136f3c9e9a0743d0feaa8347
watermark_image.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6e2fa025bc1518ec79c81656a61ffc63d386278f318f96a2c48980c74e1b4c31
watermark_text.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-119b75245f7d0dd52c72db5f1cf7c7afc19902f4719c6eedb0dcf3bba4fe495c
demo_axes_divider.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-86633070f67a12397def3841dbe042d01b19fe15cb7914741b8a723da4857006
demo_axes_hbox_divider.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-05573c4c7afa0bea66dd44653e597786cc52bf9e4269775b6217cc363d0073c4
demo_axes_rgb.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-49c8cf01bfe207aca10ee0509642d13186c0910ea506503ccf70caffa16838c1
demo_colorbar_with_inset_locator.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-408ac8011fff04374ca0941b3536b902a659d7d027307a3972e3932fe465852e
inset_locator_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c811fedcf1a34d160f7cab8eef96155b27a1a59c5fcbbe21ab9b6fac07277aa0
inset_locator_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-8978e4319739ee22b419a82ccaa84f843321c73ce175977fca35280a45fa9709
scatter_hist.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-9bbc688fed0cf6546389b65fcc7fbcffe607a5eb191210a6308fc1adde49fa23
data_browser.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-e259b7364a5ab95c415980ee6538eaf4b72b22ac15a0307338eb467f076ba8b0
figure_axes_enter_leave.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-71a8cf30fe00a18d47d6daf16b55f6369e0364db89128f72deb290900a184971
idle_and_timeout.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-91b98b3f56450b7c81678f8695e6fd15424d23c1eb0bd64576b736eff901c0c1
keypress_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-07b35fd8371a9972d52868c24f8ff8ebb49a81b0434dc012291339763f437ec8
legend_picking.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-0f8973ef13abe685fd3d8b9c2c2b51dcdfa24bb3992ef96bac24d5c2288ea5ae
looking_glass.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-a2947227199d0937b090347f8d7f37ddb6bcd22bc91c777a2a1a139b459a54fb
path_editor.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-4057f7e0a25ace4765a5248de11c29e30cfaa75481da24e1fc032bf69d77e660
pick_event_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-a7115a4135c1dbbd18074e1d7cbf281e9452f32520d79ccb9d75094f3109a618
pick_event_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f71885dbfcc1b02ca7675c5ba2cd2a9d875bdf4f1cedab9710b1691bb961baf0
poly_editor.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f8bdc0e2875e2a77498931834958abb1b21ac6f31a16a2d55f7986a415b40ebd
pong_gtk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-227474f408697d4be90c02a0e5390873fd71f8faeb382e37f22afd152ba2b278
pong_qt.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-62017908bfa69f4755a5fcbeacedbbf26d9515273492a8a2634ed1369cd72328
resample.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2fff0698da9534aac6fd5b9479ff62a16e6732c5e831c6c9a0ae74bd1b8b9a98
timers.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-e983b5b8f5eaf958a00d95341618fcc83d80a5db3f6805afd5c7969dbf48e565
viewlims.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-9b6f91ad2dd31c84e352bebfdc3d497683a881c676d8dddb79e159a4a352e75e
longshort.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-348ea7f9664bfc7426140cee84611e641213bec2de8f442991f593392669f87c
multiprocess.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-8e3b0ee2442123659761d4f17e9c2b64aafa858c83bd9d8fc014c102c5438b9b
rasterization_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b8378e43d58ef356264990070afd4502c3b2b71e4231921ae797fa9ca2937440
agg_buffer_to_array.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-8fa6f2001bf512ef018ea16ce751c626c1a17c20d91ba5314cace7f58524e1b3
annotation_demo3.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1e47d039f5382db60a4da3f3e0d6def4adb2a0c6154275224b5701bd062af3a6
aspect_loglog.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c9c5a96890a0e22b35f102f99c29df7d752d3a0edf239aca8af95635de526c38
axes_props.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-584b5ea31427a60df2a7f8e945631f643b6bf59a578b08fb2c0d4265f5047d59
barchart_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-9c5ee0e491aa1aa7443558d8d590d2b1d9f80e222916144d57f961b84a164542
barchart_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-adbc09174fc13a34fb2b563bf29c9ab7c4048efe9c4b19a6d6effb8b5e58c724
boxplot_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-aace91c2e265792e3e8a6f11b5c10b63687f4d5b60ad1c148e46d97b2ef9279b
boxplot_demo3.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-11f0f932602e7d6857f7b9dccdbe5b3f63c3a4e861a349bdd64a324741948c7a
broken_barh.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-a47426ac9ce7c83dc126f4e8e77d9c0e8b2cf173e0337fa177c308fa2c29e80b
centered_ticklabels.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-0cbb09eeefed22ce70424a9dabef133077a3f68515472fb07707711dad4c0c95
colorbar_tick_labelling_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-28968625e55723e9bf0c773f3c8ce27627dd74d292b6bd84cf0be9d5f71e6cd8
coords_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7c12fbeb129e39428618f78fe252c7881427308aa14bef12d7c45df0e5508b19
coords_report.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ac783bcb3cb0dd3786bc37d0c35e6f44698734436f8be2b1554b11450fa4d77
cursor_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-9bec9094ff729f382a57234ba393c5c281906c27458005ca11177a7047c2d3a4
custom_ticker1.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-3e9d08cb862290544adf7dd9e432d863c882f491b61aa263cef778fe7decfb2d
dashpointlabel.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-8ab1bca9b0176808644036d90592a12e4d0fc9535768841219b5fa6d7a85374a
date_demo1.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-a1bab98882cca3cecc6fa0b8742ac4401370910a2e2b100e4b15947dfa9ead66
date_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ed95542aa6916c7ee49e4c7a44f2a9f6701dc6df067a2caa57435fb1432d56e7
date_demo_convert.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-118e9835bc5c4f6f5eb6d602f2466932e904f9371ded8f2678d848312422f393
date_demo_rrule.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f171cace45864776070a9e00ebec62be1a50ff6c7191595825f4ae0ba7617b1e
date_index_formatter.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f75b056e29c35542f120d7a722617485ba3c369e361cb7108f7b25e9a4e244a7
demo_annotation_box.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1021513c6eae94dbf2dd278f67ba6ea69d4be4bebc991aa17cb793114a419b93
demo_ribbon_box.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-cd17386f879104d8d1d0c786a6801e3b08077ea3e876a814a55f533d234fcfa9
dolphin.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-9d878def84fcfe77f29eb0779e4179176f55b7d3e60988f7a49b9bdb76ccd76a
ellipse_collection.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-9327fbd2498974205ece2b1fcaa434ba27294a12bebdf5bff5aa4b814d52448b
fill_between_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-340b765f2bda5dce2230b152741a40f6e8ae54c83f77fe504c5418d52c8ae3ed
fill_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-de9885ac71c4c18cb81d043fbb85bb7e589b79e8aac4e9282ea8e66e1362fc2f
finance_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-86b73d4e6f20a05cb696b2eb55cc69403b2ad6897f00e98b85a06d30aa8360da
findobj_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-505cc275a7ffb8956fa519b913397753947f549772335278497045f3fb26547f
hist_colormapped.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-06ca83daf45183fa0b275d592f9a1b8b8763175b9004d0a16721c564606bc520
integral_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-13f4822991f22a427679811336e22bba72fff72bd7fa22501a544ba16ad5333d
interp_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-aa992f638bbac51dc6c2186a0215fc82b76a52676b0de987d1eab306cbcabe64
legend_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-078ba5041510c75089a4fce0e980fc64286a8cc05f3e866bb98c81a32e63009f
major_minor_demo1.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-76901b4cf43aac35b63ec2bfd4775b63ab5015ae7c9593f36c7c2a3c46ac4172
major_minor_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-d3fecbd332734dce3cba9b0bf4894df52de671b797d1507583f70419f8964bd0
movie_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b0237c5b14b60b6b97c75da3b83aeb3fccf77a56e058e1c20b54b343ab1c62cc
multiple_yaxis_with_spines.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2875ba80874f42783b4f2847237242898b8cf621e391912852ce65eb0a37021a
pcolor_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-148c4de7e49bb7e1a58466d98c2bc203805dafced77e902c006703cb772c1280
scatter_custom_symbol.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ca47cd40d9bae9806dbe5f3e704b7e347a7bdbb8f836b0bacfffea1355733a91
scatter_demo2.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-470a96a39fd069ce0de3faa2a94659e87369f3884ac4910e1f94ca34c87c5d52
stackplot_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6d3ec8f0f77c1b7a7feba148215ca41d22ad99e1b86e2387fd7f31b778b64d5b
stock_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-095e988e4c070441b7cde88a4990b5b0952167187ab89be8f1b8b3aa2ac136bb
system_monitor.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c4d39a6a516e5ef2e99840df9de4cd1727ddde5938adfd0e00d65a52a22bd72d
text_handles.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6f440bfdc0219d972b2ece47a78676ba39233d57fff3d5ddb8eb57b249d22001
annotate_with_units.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-0c58ca62c49c4105aa32ea8be7f4c9845398724173ab96362ff5462b658173ee
artist_tests.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-045310e88dd5e989465f53d9fe94b20a8f99f42d45074edf8dcaca01256dc73a
bar_unit_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-906f1b7adcb9342ebf99b40882de15d5fa6a1f53c2587c0008c10133c7af5130
lineprops_dialog_gtk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-cc200023f7bf4bf7986d6a49587683985555b807b1ebbb7946680363b75b11fb
pylab_with_gtk.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-19aab24a87d62104db77aa3a97c7a66660f0c2d9e8ec79ae54d32c1f70cd9a22
svg_tooltip.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-0573636989afb0fee4b1a723ac12344d6582eb4998dbd2a3dad951e59f2c1dc5
buttons.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-01f52e166e916c858ac505e07759ddcb120520e0d664c358430ef5b20f3fb3b7
check_buttons.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-de3c80b22f5a0cf6840e7cf2552fb2d5d055601b0ba58ca72ae9ac415f6525d3
radio_buttons.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-0f64fa2614f7fe9d433fb6e342873dae86bdc70541c28ba0e2280c3e05485d1c
rectangle_selector.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-e9e70d59285a54da694c9ee8cef3eeac2192a4ed51e5a6e62a4926764ad17ffc
slider_demo.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6ea2069bb0536a5ac125f85fbdeaaaec65354510c2a60828139ca572312442e1
pylab.py https://github.com/matplotlib/matplotlib/pull/1462/files#diff-40274654c46d21715961689389e0e2378ad555072f16549a9e84560cd71f18ce
CHANGELOGhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/CHANGELOG
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
doc/users/whats_new.rsthttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/doc/users/whats_new.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
examples/animation/animate_decay.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-6073e03e04fad59944131fc598a90090ffa1743907506c81225e9642d2e42085
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/animate_decay.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6073e03e04fad59944131fc598a90090ffa1743907506c81225e9642d2e42085
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6073e03e04fad59944131fc598a90090ffa1743907506c81225e9642d2e42085
examples/animation/histogram.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-3f855c601b555a64ce0a0c748b143d84a88d9a556076860d9d4c40679ce030b7
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/histogram.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-3f855c601b555a64ce0a0c748b143d84a88d9a556076860d9d4c40679ce030b7
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-3f855c601b555a64ce0a0c748b143d84a88d9a556076860d9d4c40679ce030b7
examples/animation/old_animation/animate_decay_tk_blit.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-54b1032b61539141ae8e5581c689bd6956b2cdcb32c182ad7979db459c9f1d36
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animate_decay_tk_blit.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-54b1032b61539141ae8e5581c689bd6956b2cdcb32c182ad7979db459c9f1d36
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-54b1032b61539141ae8e5581c689bd6956b2cdcb32c182ad7979db459c9f1d36
examples/animation/old_animation/animation_blit_fltk.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-88e6b3d34c38716196afcbbdfbd6f6133aee091e4550ac14f61663e36ef1c754
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animation_blit_fltk.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-88e6b3d34c38716196afcbbdfbd6f6133aee091e4550ac14f61663e36ef1c754
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-88e6b3d34c38716196afcbbdfbd6f6133aee091e4550ac14f61663e36ef1c754
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-88e6b3d34c38716196afcbbdfbd6f6133aee091e4550ac14f61663e36ef1c754
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-88e6b3d34c38716196afcbbdfbd6f6133aee091e4550ac14f61663e36ef1c754
examples/animation/old_animation/animation_blit_gtk.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-4e67cf5e684683c952fc3037db872bbdf68182adfc0a924ca3006a0f1368915d
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animation_blit_gtk.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-4e67cf5e684683c952fc3037db872bbdf68182adfc0a924ca3006a0f1368915d
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-4e67cf5e684683c952fc3037db872bbdf68182adfc0a924ca3006a0f1368915d
examples/animation/old_animation/animation_blit_gtk2.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-76eb29b07f6a62b846fa88a8558c4a12f69f69279e7751d0d70e8270e5cb702c
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animation_blit_gtk2.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-76eb29b07f6a62b846fa88a8558c4a12f69f69279e7751d0d70e8270e5cb702c
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-76eb29b07f6a62b846fa88a8558c4a12f69f69279e7751d0d70e8270e5cb702c
examples/animation/old_animation/animation_blit_qt.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-6067a434165fcf8571ba867268701a48efe58d2d50ed5cade6976657e525042b
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animation_blit_qt.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6067a434165fcf8571ba867268701a48efe58d2d50ed5cade6976657e525042b
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6067a434165fcf8571ba867268701a48efe58d2d50ed5cade6976657e525042b
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-6067a434165fcf8571ba867268701a48efe58d2d50ed5cade6976657e525042b
examples/animation/old_animation/animation_blit_tk.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-36be75cba36d6ff485c850bccd27ca22cf9a340b1980a2de03e7bc96055b00cd
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animation_blit_tk.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-36be75cba36d6ff485c850bccd27ca22cf9a340b1980a2de03e7bc96055b00cd
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-36be75cba36d6ff485c850bccd27ca22cf9a340b1980a2de03e7bc96055b00cd
examples/animation/old_animation/animation_blit_wx.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-7a9d61b5f18fa2560068325e50eb894d82a8a1227aa40336f5927a9533d94f0e
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/animation_blit_wx.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7a9d61b5f18fa2560068325e50eb894d82a8a1227aa40336f5927a9533d94f0e
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7a9d61b5f18fa2560068325e50eb894d82a8a1227aa40336f5927a9533d94f0e
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7a9d61b5f18fa2560068325e50eb894d82a8a1227aa40336f5927a9533d94f0e
examples/animation/old_animation/draggable_legend.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-b3e2345ecae730fa14c7038d9e3320cbbcb28e89af70ed3cf972ea2d5de20dac
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/draggable_legend.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-b3e2345ecae730fa14c7038d9e3320cbbcb28e89af70ed3cf972ea2d5de20dac
examples/animation/old_animation/gtk_timeout.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ef47c67e88f3e2ec62e42b05e621de37dcd4cdd4937cdb86a0e012f5421d05b
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/gtk_timeout.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ef47c67e88f3e2ec62e42b05e621de37dcd4cdd4937cdb86a0e012f5421d05b
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ef47c67e88f3e2ec62e42b05e621de37dcd4cdd4937cdb86a0e012f5421d05b
examples/animation/old_animation/histogram_tkagg.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-f17347d85518cb438698b5b6c855e4ecc5e94c055cb5b126a2485be54d3ad046
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/histogram_tkagg.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f17347d85518cb438698b5b6c855e4ecc5e94c055cb5b126a2485be54d3ad046
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f17347d85518cb438698b5b6c855e4ecc5e94c055cb5b126a2485be54d3ad046
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-f17347d85518cb438698b5b6c855e4ecc5e94c055cb5b126a2485be54d3ad046
examples/animation/old_animation/simple_anim_gtk.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-ca7689a8767b7db39a41f641ab5de1cd477dd5c0b3fae59af43e6f26cb77814b
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/simple_anim_gtk.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ca7689a8767b7db39a41f641ab5de1cd477dd5c0b3fae59af43e6f26cb77814b
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-ca7689a8767b7db39a41f641ab5de1cd477dd5c0b3fae59af43e6f26cb77814b
examples/animation/old_animation/simple_anim_tkagg.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ba6a4ca6e1a693dbc5bebe4f9532afea105d433061bb8edb251f4c3ea1ecf17
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/simple_anim_tkagg.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ba6a4ca6e1a693dbc5bebe4f9532afea105d433061bb8edb251f4c3ea1ecf17
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1ba6a4ca6e1a693dbc5bebe4f9532afea105d433061bb8edb251f4c3ea1ecf17
examples/animation/old_animation/simple_idle_wx.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-1a0b4a39e2ef0f98333ec818d754439e293800a06be39c2f047cfc739c06fab7
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/simple_idle_wx.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1a0b4a39e2ef0f98333ec818d754439e293800a06be39c2f047cfc739c06fab7
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1a0b4a39e2ef0f98333ec818d754439e293800a06be39c2f047cfc739c06fab7
examples/animation/old_animation/simple_timer_wx.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-1e8f9ea4f1c5618dbb306c9f55409cf35d0373b764120378a8ee48a090caa894
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/simple_timer_wx.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1e8f9ea4f1c5618dbb306c9f55409cf35d0373b764120378a8ee48a090caa894
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-1e8f9ea4f1c5618dbb306c9f55409cf35d0373b764120378a8ee48a090caa894
examples/animation/old_animation/strip_chart_demo.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-94cfd23584d7d3d86f8e74685c843da9d24f9f87bed6027736bdf94064ca4565
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/old_animation/strip_chart_demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-94cfd23584d7d3d86f8e74685c843da9d24f9f87bed6027736bdf94064ca4565
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-94cfd23584d7d3d86f8e74685c843da9d24f9f87bed6027736bdf94064ca4565
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-94cfd23584d7d3d86f8e74685c843da9d24f9f87bed6027736bdf94064ca4565
examples/animation/random_data.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-c4c4d543443b92c4484c41de253df75e09b3842ad8a01decf075c99ef71d6a14
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/random_data.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c4c4d543443b92c4484c41de253df75e09b3842ad8a01decf075c99ef71d6a14
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c4c4d543443b92c4484c41de253df75e09b3842ad8a01decf075c99ef71d6a14
examples/animation/simple_anim.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-15d8ad47de628529469c3330bd169e6bd2ae23068f4725699cb2171ce5f377af
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/simple_anim.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-15d8ad47de628529469c3330bd169e6bd2ae23068f4725699cb2171ce5f377af
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-15d8ad47de628529469c3330bd169e6bd2ae23068f4725699cb2171ce5f377af
examples/animation/strip_chart_demo.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-c05e3cc64f2464be24bf7125c7aaa855951985e3bc8167bf340b0036c51d90c8
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/animation/strip_chart_demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c05e3cc64f2464be24bf7125c7aaa855951985e3bc8167bf340b0036c51d90c8
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c05e3cc64f2464be24bf7125c7aaa855951985e3bc8167bf340b0036c51d90c8
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c05e3cc64f2464be24bf7125c7aaa855951985e3bc8167bf340b0036c51d90c8
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-c05e3cc64f2464be24bf7125c7aaa855951985e3bc8167bf340b0036c51d90c8
examples/api/README.txthttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-7fa4804c6773d4043d925dd680aa92099275fae5af35e4523c698b2352042eba
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/api/README.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7fa4804c6773d4043d925dd680aa92099275fae5af35e4523c698b2352042eba
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-7fa4804c6773d4043d925dd680aa92099275fae5af35e4523c698b2352042eba
examples/api/barchart_demo.pyhttps://github.com/matplotlib/matplotlib/pull/1462/files#diff-2dfad748092737c6d1a72849d5cdbe96c06e033c8b3507bbabf23fa01ae5e417
View file https://github.com/ivanov/matplotlib/blob/79df1b64f2944ad7f126052fc833d73fab21e897/examples/api/barchart_demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/1462/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2dfad748092737c6d1a72849d5cdbe96c06e033c8b3507bbabf23fa01ae5e417
https://github.com/matplotlib/matplotlib/pull/1462/files#diff-2dfad748092737c6d1a72849d5cdbe96c06e033c8b3507bbabf23fa01ae5e417
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/1462/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.