René's URL Explorer Experiment


Title: Bug in Axes.relim when the first line is y_isdata=False and possible fix by mdboom · Pull Request #854 · matplotlib/matplotlib · GitHub

Open Graph Title: Bug in Axes.relim when the first line is y_isdata=False and possible fix by mdboom · Pull Request #854 · matplotlib/matplotlib

X Title: Bug in Axes.relim when the first line is y_isdata=False and possible fix by mdboom · Pull Request #854 · matplotlib/matplotlib

Description: You can reproduce the bug with: from matplotlib import pyplot ax = pyplot.axes() ax.axvline(0.5) ax.plot([-0.1, 0, 0.2, 0.1]) ax.relim() ax.autoscale() (ymin, ymax) = ax.get_ylim() print ymin, ymax pyplot.show() Printed ylim is -0.2 1.0 where the upper bound should be something like 0.25. You will see that there is big space between data line and the top bound. To workaround this problem, I defined the following functions: def _update_line_limits(self, line, updatex=True, updatey=True): p = line.get_path() if p.vertices.size > 0: self.dataLim.update_from_path(p, self.ignore_existing_data_limits, updatex=updatex and line.x_isdata, updatey=updatey and line.y_isdata) if (updatex and line.x_isdata) or (updatey and line.y_isdata): self.ignore_existing_data_limits = False def relim(self): self.dataLim.ignore(True) for (udatex, updatey) in [[True, False], [False, True]]: self.ignore_existing_data_limits = True for line in self.lines: _update_line_limits(self, line, udatex, updatey) for p in self.patches: self._update_patch_limits(p) If you call relim(ax) instead of ax.relim(), printed ylim is -0.1 0.25. I just simply separate the update of the line limits for x and y axis. I think you can simply replace the two functions with Axes.relim and Ax._update_line_limits. I have currently have no time for preparing executable development version of matplotlib and its test environment. I will send a pull request at some point when I am ready, but if somebody can "pull" the snippet above and test it, please do that.

Open Graph Description: You can reproduce the bug with: from matplotlib import pyplot ax = pyplot.axes() ax.axvline(0.5) ax.plot([-0.1, 0, 0.2, 0.1]) ax.relim() ax.autoscale() (ymin, ymax) = ax.get_ylim() print ymin, ymax...

X Description: You can reproduce the bug with: from matplotlib import pyplot ax = pyplot.axes() ax.axvline(0.5) ax.plot([-0.1, 0, 0.2, 0.1]) ax.relim() ax.autoscale() (ymin, ymax) = ax.get_ylim() print ymin, ymax...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5644accc-f19a-2386-a992-be022868497f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE5DE:24C7F8:4DFE4:6EF70:6A5361EB
html-safe-noncea96f7201b95e4861ed3e496b7c9fd2867d44edc321e62f58fc2964baf199577e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNURFOjI0QzdGODo0REZFNDo2RUY3MDo2QTUzNjFFQiIsInZpc2l0b3JfaWQiOiI1NzQwNDY4NTc1OTU4OTUwMzc5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaccfc5ea4d82f402c874f9136c58d19a9a3e9adada317575b025406a64d10b0d7d
hovercard-subject-tagpull_request:5974111
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/854/files
twitter:imagehttps://avatars.githubusercontent.com/u/38294?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/38294?s=400&v=4
og:image:altYou can reproduce the bug with: from matplotlib import pyplot ax = pyplot.axes() ax.axvline(0.5) ax.plot([-0.1, 0, 0.2, 0.1]) ax.relim() ax.autoscale() (ymin, ymax) = ax.get_ylim() print ymin, ymax...
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-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/854/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F854%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%2F854%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/854/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/854/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/854/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/854/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/854/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
mdboomhttps://github.com/mdboom
matplotlib:v1.2.xhttps://github.com/matplotlib/matplotlib/tree/v1.2.x
mdboom:data_limitshttps://github.com/mdboom/matplotlib/tree/data_limits
Conversation 15 https://github.com/matplotlib/matplotlib/pull/854
Commits 250 https://github.com/matplotlib/matplotlib/pull/854/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/854/checks
Files changed https://github.com/matplotlib/matplotlib/pull/854/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/854/files
Bug in Axes.relim when the first line is y_isdata=False and possible fix https://github.com/matplotlib/matplotlib/pull/854/files#top
Show all changes 1135 commits https://github.com/matplotlib/matplotlib/pull/854/files
decbc33 Cleanup formatting of setup messages mdboom Apr 30, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/decbc33492e9969b39699f8ff7518c82579e9841
247689d Fixes issue #1960. Account for right/top spine data offset on transfo… cimarronm Apr 30, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/247689ddce6e13849d383d7d11635c4c1ad706a1
50cbfd2 Bug if MPLCONFIGDIRS is set mdboom May 1, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/50cbfd2219d21b4102281e24edc9c3a83f6c7ebc
c154674 Improved comment for data spine transform adjustment - taken from mdb… cimarronm May 1, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c1546748d3269f34b061925f03672b8a0b64bea6
c985196 Switch agg backend to use pixfmt_rgba32_plain instead of pixfmt_rgba3… Westacular Mar 31, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c9851967370bb43d9319362e67815b68318c9a98
89479d3 Merge pull request #1868 from pelson/alpha_background efiring May 1, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/89479d327fd01ce87eed8ed4ad9d7114dd4e1226
db81ab2 Fix position of rotated text in Agg backend mdboom May 2, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/db81ab2b2881391d70c9a4ad62708e36021baa3b
3120e6c Merge pull request #1968 from mdboom/rotated_text mdboom May 2, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3120e6c89125e453051424214ef20ba911cb135c
16d162b figure: optionally configure automatic use of tight_layout Aug 22, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/16d162b39560a578903083545c086694e8b47da2
6f45b43 Added bullet to api_changes documentation on PR #1964 cimarronm May 2, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6f45b4325af6f4399b9f0d230d6b7f8865e33bcb
8eb05dc add test for automatic use of tight layout pwuertz May 2, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8eb05dcb2dd6b4904021bf7cc19d924e265fd44a
668690d Merge pull request #1929 from pelson/bbox_inches_contour_problem mdboom May 3, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/668690db1bf38f17cefda799b762f57c7f7f5df2
f16a1d3 Fixes imsave so it does not flatten alpha-channel data (and updated t… Westacular Apr 27, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f16a1d32bf37067460700e3aad27b19fe65c66f2
ae5c2f1 Failing tests. pelson Apr 12, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ae5c2f1b353a89ccb8cc637f9031450861bdde03
1e7399f Fixes bug where linestyle always appears solid if linewidth is large … Westacular Apr 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/1e7399f09de356935e3e60c9b66495ce450a2904
1aefc52 Fixes bug where if alpha is set and edgecolor='none', edges would sti… Westacular Apr 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/1aefc52599cbf56c3dea9e28dd4a0fc80fbab84e
6cc8aaa Changes backends to support of independent face and edge alphas Westacular Apr 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6cc8aaa3e2a493a8df72cc10a08c2422ecb37ae2
a7f7cc7 Add additional patch tests. Westacular Apr 27, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a7f7cc7116ad0875798d250ade1a9853bda78e36
2f10e68 Take Image object's alpha attribute into account when compositing mul… Westacular Apr 25, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2f10e68e34201894ef6b19726f34ac374ab95fd2
547cb7b Fix Cairo backend so Images are actually visible for output formats o… Westacular Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/547cb7bf289e6413daa09592b3c150886ff5fd47
04ee71e Add a test case for compositing images with an alpha attribute Westacular Apr 27, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/04ee71e886d4ff8e85d133dd811b587e342326a7
b6b9062 Merge pull request #1956 from Westacular/imsave_alpha pelson May 3, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b6b9062457464de653ffddc90041cc77e760f8f2
96ecc79 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 3, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/96ecc79d9e923cbe4ebb821960e27b99fa26f57a
cd18645 Added documentation of patch/alpha changes. Westacular May 4, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cd186451f846100d7c93520b3b28549e155256e1
71e9ad9 Another documentation update Westacular May 4, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/71e9ad992cac308eb78e1bc7a6ed1c61621055e2
25aba29 Replace usage of Lena image in the gallery. tonysyu May 5, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/25aba29563ca337ff081d378976e610dd57f585b
42f3f00 Fix `backend_driver.py` tonysyu May 5, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/42f3f00cad6edb7812dfeafc828d4112b9382bc6
d75525f Fix Travis config mdboom May 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d75525fe3d10ba8c0b376bf6f4f01bbd931c2870
b9f2b72 Merge pull request #1977 from tonysyu/fix-backend_driver mdboom May 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b9f2b72bd6e704bcb43d73553741be1b41a89125
1d94744 Merge pull request #1976 from tonysyu/replace-lena-in-gallery mdboom May 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/1d94744c2d3bd711559e7ea87231c796db7133d3
84a7a1f Allow local libpng copy GBillotey May 2, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/84a7a1f6cf1afe88635ac2f9187685a2aec770a0
620117f Change message when libpng pkg-config lookup fails mdboom May 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/620117ffc05dbe169ae132eb0cf82412c3aafa74
b009b63 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b009b63f3f91482e97eefd2c7b880d54b4339840
2e31f66 Fix bug in SpanSelector, introduced in commit #dd325759 efiring May 7, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2e31f660c7f9d0a870c97aead6f1f749efb57a5e
6131cf7 Merge pull request #1982 from efiring/SpanSelector_blit_bug pelson May 7, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6131cf7562c6547d7b5f3bc549579a497092d266
d834f53 Fix #1984: Use float for result of rgb_to_hsv mdboom May 7, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d834f535f047a2c21fa18b4e77627346405839d6
baeb6de Updated test, and added a check for tuple length Westacular May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/baeb6de888b9f7090dbae803465e9a1615d36d97
ba1f673 Documenting the isRGB -> isRGBA change to API Westacular May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ba1f67338751ada69ce269809ead44883671c02d
4fd36da Merge pull request #1984 from mdboom/rgb_to_hsv pelson May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4fd36dacdc8c5b9b1dddac347099a902b89863a6
d63b854 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d63b854aff57c8209356ab9157cf343d7a583e8d
1f42367 Go back to one ghostscript process per test mdboom Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/1f42367ac9d0869046e5dd2daeceb1c10a581889
6410dab Fix some test images that weren't being run on Travis before mdboom Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6410daba06e51f6a8884108e24fa5c8305b00ef4
9795b15 Run tests in parallel on Travis and in tox mdboom Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/9795b15d45b90efee051a4985b9970f7f02a9ad8
12bbda8 Include all test files mdboom Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/12bbda837babe425900ceaa36455b46f9e9339f0
ecf9ec3 Make the test function name match so that they can be pickled through… mdboom Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ecf9ec304d37544138f31d1b0cf2649902fccd47
a127c31 Don't call "show" from a test mdboom Apr 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a127c314afc088cb1ed660cad5ae1fde1617989c
852c127 Fix typo so correct gs executable will be run mdboom Apr 30, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/852c1277730a586d725dbd174a4ac321ac9f73ff
de64395 Remove import of old util mdboom Apr 30, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/de64395e5c1239645a56c3399d54f2ed77d952ad
2ba68a4 Don't run tests in parallel on Travis mdboom Apr 30, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2ba68a4c60c8a36eae6357568896e70df80ac0d8
268c91c Use $(nproc) to determine number of processors, as discovered by @pel… mdboom May 1, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/268c91c51974fbc6fd21edd700e562da2072b32c
720fa80 Use cbook.mkdirs, since with multiprocessing tests each process may t… mdboom May 1, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/720fa8023ea0dbe5eaecf025901a5013e5964dd1
61fb780 Make the log quieter mdboom May 1, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/61fb7802418a1ddadb52b34996030bc989fe2c4d
623a128 Only compare PNG version of hexbin extent -- it otherwise can crash i… mdboom May 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/623a1286165b7bfcfe620fc998685744b33a2ee5
3c94011 Don't switch backends in a test mdboom May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3c94011527e2028bcea4b8f675cb6da65fb9dd9f
8c5071b Make pip install of pyparsing quiet also mdboom May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8c5071b9abcf0a5bf15fd5e7fef46893caaea15d
3063af9 Limited number of processes on Travis to 8, since otherwise we run ou… mdboom May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3063af920eeeb9905848b54c20b9c33e79df862f
807125d Remove tests we're no longer using because they consume too much memo… mdboom May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/807125d23eba5c84c2a65174b79d077d6ee0691c
08ba300 Fix .travis.yml message mdboom May 8, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/08ba300bd436d76d22654a209c3427e95c2db690
6917f4f Histograms with stacked=True, normed=True now normalize sum of histog… neggert Mar 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6917f4fab3916e30bf83adcd2925c907d44747c0
4db3df8 Add test images neggert Mar 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4db3df8f54ae82a6c1ff97ad4c8a09f5f94b0424
f6efb57 Described stacked normed hist changes in CHANGELOG neggert Mar 18, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f6efb57b27f16d65a015e588157725196ee273d5
4791c9a PEP8 fixes neggert Apr 6, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4791c9a7cd7929193140bf89fb21aa7ac29b5594
cda4f0d Merge pull request #1833 from neggert/normedstacked_fix mdboom May 9, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cda4f0df94d5403a024b554632dd1800cf980770
695e8b5 Added bar plot pickle support. pelson May 9, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/695e8b547cb8fde49992fdbda4052b01c8d3e56e
5205ba3 Made it possible to pickle Log scale plots. pelson May 9, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/5205ba37c4b5ed705a5dc689fca2bcb0f398152e
87bd8b8 De-dented after the fix. pelson May 9, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/87bd8b8b9e7a97c69e849f1c815d2c5335fb5d01
fdb8280 Fixed tight_layout pickle support. pelson May 9, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/fdb8280007fc41dded8f616baad0a5a35029201c
5448d5b Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 10, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/5448d5be9a1571b94dcda26b645c938a95b39fdf
440086d Merge pull request #1990 from pelson/tight_layout_pickle mdboom May 10, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/440086da7cad89f1e4073786ebcbf618e29f9902
f4d3a1b Merge remote-tracking branch 'pelson/log_scale_pickle' mdboom May 10, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f4d3a1bf152db904c86d9dce4c9233a0adab08e5
1f07cb8 Merge pull request #1988 from pelson/pickle_bars mdboom May 10, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/1f07cb8af690a4cb18adc81c9e590c11cc219aaa
a8aaf57 Use a plot directive rather than a link to a file in the _image direc… mdboom May 10, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a8aaf574492cd23e7d4dee968714be50ac4be819
0e256f1 A number of small fixes to reduce warnings during doc build mdboom May 10, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/0e256f1b1ff3b985f75fd390db2145280d4ba1ea
af07100 Merge pull request #1964 from cimarronm/data_spine_right_top_location… mdboom May 11, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/af07100823d219e51f061cfc8e96d957fa661126
60e67e0 Merge pull request #1954 from Westacular/alpha-patch efiring May 11, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/60e67e0d544ad46b256910f43dab64ff100d4cf6
9e734b6 Merge pull request #1902 from cimarronm/native_osx_quit efiring May 11, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/9e734b69e9e73367dbdbe909b565158ca7dde862
df34c93 Merge pull request #1896 from mdboom/doc-warnings pelson May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/df34c93f9b7616d1b216ff7d569eb1703e29da45
301d6df Merge pull request #1953 from mdboom/fix-doc-build pelson May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/301d6df89afd241979c8003b990eb84cb680b378
e528dad Raise exception when user tries to use set_xlim or set_ylim on a geo … adrn Mar 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e528dad1189e10af269d776e9517ef4624599b4c
3ed1397 Merge pull request #1136 from pwuertz/tight-layout-parameters pelson May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3ed1397af1ddbdd1eed1e3bc687a092277f5d00c
3e9f4a6 Merge pull request #1955 from Westacular/alpha-image-composite pelson May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3e9f4a65d3811708ad049194701b6f77f917ffb2
e13cd6e Merge pull request #1927 from mdboom/pyparsing-workaround mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e13cd6e5fa2cd0ade7ab8466f051d095d865ecdb
23c9734 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/23c9734dcd1d44c34bf815fd47752a2115d34ff3
fb2da34 Merge pull request #1917 from tacaswell/priv_axis.set_scale mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/fb2da34c941898d17adda3bb782f1fbe530ad52b
fdf123e Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/fdf123e93d7b5058208a5876e555fec6ab69f0e1
3b2a722 Merge pull request #1770 from dhyams/wxbackend_tiff_jpeg_pil_fix mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3b2a722fffde40c19d67242120ccd0306784fb8b
50508af Fix problem writing out meshes mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/50508afb000979382bc5aeb6c88e01eac55e383c
5c26a7e implement path_effects for Line2D objects leejjoon Jan 3, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/5c26a7eae7cd60ffc0d3ed155e874e515ec90f00
99e2b5e modify patheffect_demo.py to demonstrate patheffects for Line2D objects leejjoon Mar 4, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/99e2b5e36563c795a4bd074c9193e6523f98f71a
05bec2c initial implementation of patheffect for collections leejjoon Jul 16, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/05bec2c413fe81a0ea8510559879dce856bf6eff
b7b3272 patheffect.draw_path_collection work with mixed renderer. leejjoon Apr 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b7b3272018cb24d6114c8e75e7b49d12df57139e
f157c97 add tests for patheffects leejjoon Apr 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f157c97fa2bd32f888836ef78eb9adc4d6aa3188
e1e0848 Add a sketch path filter. mdboom Oct 5, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/e1e0848625a7802f4398a0c599fbd0ffd06bded3
65544a1 Fix oops in _path.cpp mdboom Oct 5, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/65544a19dac66bfdb3bc14a2c8051ca476ee3600
c288df2 Add xkcd() function to set up a number of parameters to create plots … mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c288df2a608536462fe414e0929b76128148f53e
c7278d2 BUG: fixed weird case where boxplot whiskers went inside box phobson Mar 26, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c7278d264b53eb90bfc13a87a90998df36923537
c1a1079 Merge pull request #1950 from pelson/matplotlib_doc pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c1a1079ab3d2c1c7f4bb692dd3b78fe82c362f61
47193ee Merge pull request #1092 from pelson/subplot_int pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/47193eef36f0e92b97e342f92e701882c8c66abc
edb1526 Credit basis for plots mdboom May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/edb1526007f5d1887537b4c5ca724111968a1c20
24cf375 Supported datetimes with microseconds, and those with long time serie… pelson Apr 19, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/24cf3754962a060ae6923baf5bd8d51ab8c9d228
41b42a1 @NelleV's review actions. pelson Apr 25, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/41b42a182c1542e3c383451d82e0053d270d4805
5736059 PEP8 the dates module. pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/5736059ea478f3ec2e7af14a5f6ed1f8dd65b8f9
a736819 Added support for providing 1 or 2 extra colours to the contour routi… pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a73681948970f343103a4ca8ea6c04cfc03e8c93
cc61700 Change behavior of `font.*` rcParams so they take effect only on to-b… mdboom May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cc617006f7f0a18396cecf4a9f1e222f1ee5204e
9652004 Miscellaneous fixes mentioned in the PR mdboom May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/96520048d93a4eb5a9a92e0e6dbd458738eb13a7
a274a41 Provide xkcd as a context manager mdboom May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a274a41f9bd8653062468b562368ce77c09901bb
4a61f50 Add credit to figures themselves mdboom May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4a61f50f7665356028d2617a0b5163b15c1df4ac
6b442b8 Merge pull request #1329 from mdboom/wiggles pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6b442b8d108312cb7b6e54ca76f0f3e209e762b3
be049b2 Shared colorbar axes working. pelson Jun 15, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/be049b26cfa73e7c69baa73d681ea2a7f44b61b6
6f47a80 added unittest for colorbar creation. pelson Jun 19, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/6f47a803445f69ca6cd17ccbbba1fc1e9d6222d2
6dde4c1 Updated tests and added docstring. pelson Aug 13, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/6dde4c155bab909a2f3e6bafc0626618d2a3f5db
da88271 Rebased and updated tests. pelson Mar 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/da8827164b5d7664e0efb1fee8995769f5cfe32d
8952dee @mdbooms suggestion for handling missing result files. pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8952dee3f4bf8113bb6ea95387ba3b4d863c9f8d
d5b078b Merge pull request #956 from pelson/multiaxes_colorbar efiring May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d5b078b7165371e2e5dbfcd5943314eec871cad6
de956ef Fix #2006: stretch is invalid, introduced in cc61700 mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/de956ef7d8f978a44abe2ad5477710da3e12124f
acbac82 Allow Paths to be marked as readonly, mark all of the singletons as r… mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/acbac82c3eb7cbda298311290d51db0565f58bdf
4c9a407 Add docstrings mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4c9a407b59c0c9167c505e88d70a596802105d0f
3f032d9 Use with statement for assert_raises mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3f032d9b7d82f7c61b533889a2277edac14269d7
2ea3dcb Fixes a number of bugs introduced by cc61700. texmanager will now st… mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2ea3dcb9466630cd758ea5342ffd59558a08b31b
ab5a141 Merge pull request #2006 from mdboom/fix-stretch-invalid mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ab5a1419073870eaa39658b7d305e86a1ef7e669
d129186 Make weighting by position in the list less magical mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d129186c880c38c8e13448c7bc290dcd5a8bed6b
7293060 Long line mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/7293060f524b15f7fd5583c1b64c815856e931e8
97ba7b0 Don't use 'with assert_raises', it doesn't work on Python 2.6 mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/97ba7b036ae89d260e85b67ec011ff5d72675d87
48ad92a Fix #2015: After the baseline refactoring in #1810, baseline handling… mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/48ad92aa92bccd22e7135e0c46c269112ca39afc
83d9cf8 Merge pull request #2010 from mdboom/immutable-paths mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/83d9cf8e4ec1c396a3a9b6e28e16f3382a8fe6e3
7e7b532 Merge remote-tracking branch 'upstream/v1.2.x' into HEAD mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/7e7b532057c08541489203697987a924e56a7aeb
28f33ed Update baseline images mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/28f33ed92065a43a30f30618dc11ea49d2138e1b
b5c340a Merge pull request #2012 from mdboom/texmanager-family-list mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b5c340a6c8404a2e86a1321b45121b70d37c12d4
4ed18ca Merge pull request #2015 from mdboom/usetex-baseline-fixes mdboom May 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4ed18ca0badc4596e6cf6b570b1525023b52c81c
84dffb2 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/84dffb241717197f8a00f8f6a6694398c6a38f2e
0ecc702 qt4_editor formlayout now works with colour tuples drevicko May 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/0ecc70272452be72bfd2c39fa1b62f2e25278f5c
7574ae7 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/7574ae7015556e0620ad3495b6352fd0b459d245
8c8bc8f Warn when too many figures are opened mdboom May 13, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8c8bc8f71aa373b076d8790e14046c940a5269e0
0433bd5 Rename rcParam to figure.max_open_warning. Rewrite warning message. mdboom May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/0433bd59e43e63ea792a970c32a883e4aaa3d086
3d17d95 Merge pull request #1919 from mdboom/max-num-figures mdboom May 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3d17d95e0c9d6eb10b7dba4b1156149fbb28600e
f6ab77c Build: avoid win32-incompatible functions GBillotey May 16, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f6ab77c327f890b98ae0eeb5202398eb6f0cfdeb
5ba7a83 Fixed call to path.Path.contains_point from pnpoly. contains_point ac… May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/5ba7a83aff36ff664d2c7339fc7e3423c748e630
f311ef5 Merge pull request #2019 from GBillotey/SDK_build mdboom May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f311ef5b9be7b8a5013b55f14adde6584651fd39
51107ea Merge pull request #2020 from aseagram/fix_pnpoly mdboom May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/51107ea5135020bbe0240062fd36232ec2d3b773
d39f9c0 Merge pull request #1951 from mdboom/parallelize_tests mdboom May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d39f9c00a4be2c0c9370f4f788e1d8722906b1ef
d582cec @efiring's suggestion. pelson May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d582cecd784b6e4868c32b5c051ed8c14b0c8c9c
03f8ce1 Fixed failing axes test. pelson May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/03f8ce1691b10f9b40a4f05731ed4ff5b9f32fb4
f30dc0a Merge pull request #1925 from pelson/long_timeseries_plots efiring May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f30dc0a4af6815bcfdbf777d37c8d4efea1e6473
cf819b6 Deprecate the top-level functions in path.py mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cf819b6e983806908270aa81d431da5bbac77079
84ffb60 Remove deprecated code mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/84ffb605d4dd06de0dc7eebb2605a35596c9e092
8364f87 Use new warn_deprecated helper function and decorator where appropriate. mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8364f8729e2132441cb2582ff218443acf1b0298
c933a62 Warn about incompleteness of CocoaAgg backend mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c933a624c91c8fc6946258315ecc9ef38b68461c
e955a74 Remove the Fltk backend mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e955a740f68024ee1a0b564754e4b190925549f5
4109e96 Remove the EMF backend mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4109e961685dc237cd83bf68a1bc1048a85f2c3b
56e7833 Add a what's new entry for the WebAgg backend mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/56e78333c966a8cbbbeb5b2485bf7a483e50efc4
016d120 Merge pull request #1753 from bingjeff/master mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/016d12035905c8daf6bb0a4a01f009050f014938
f2cc66b Type correction: float -> double GBillotey May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f2cc66b9ef0d1aa537c9ef778f7254fcec54a18c
cdf7d0a Merge pull request #2029 from GBillotey/SDK_build mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cdf7d0a72ed65b648411ecfcb1527375cb28281e
0045a6b pep8 fixes tacaswell May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/0045a6b6b99daa218bf63ca3d975fa83cc316e59
486f58d and fixed most of the long lines tacaswell May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/486f58dfb8d6e324f098675944ec6de6dcb32dc6
89410ac questionable fix of overly long import lines tacaswell May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/89410aca944059d6d35bf729cc5b8f8e55cfa204
965f6c4 Remove FltkAgg from comment mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/965f6c41286e0a1edc016127928f3e4e7f3e7528
21f3946 Fix typo mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/21f394698a6ecdafc2f37b9d49926e8699f15975
3dab377 Remove commented out stuff mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3dab37765d0d2fea4219eb723bcc3045d5d17fc6
85f1966 Remove misleading sentence. mdboom May 20, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/85f1966fe436a8541a059000919ecd4028164d22
5438051 Clean up text and links in screenshots page of user docs. tonysyu May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/54380516a983197d9947bd444a08774d6db87c8b
84188bf Tweak aesthetics of plots in screenshots page. tonysyu May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/84188bf7791af8bbbdab861269ec6b713cb233c4
2c24467 Add streamplot function to screenshots doc tonysyu May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2c244671a0767d7e2a76c0ee107b8dd43d34c421
3e03751 fix pstoeps function in backend_ps.py leejjoon May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3e03751bec4bae35d8211ad8ac67cc1ea12860e4
dac1530 Added an api_changes entry for contour levels & colours with the exte… pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/dac1530b2e053e9c50764e368af65a6e612adad1
0266d90 Handle setting path_effects in the constructor using the setp infrast… mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/0266d909dcdf69a11a2ba060e4b4d4709cf39f22
cfdf9ec Fix some typos pointed out in #2026. mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cfdf9ecd69aff68ac5a17d95756ba3bd4adaa0d4
92e51ad Merge pull request #2030 from tacaswell/image_pep8 mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/92e51ad01c4056e723b0aac9f5f550be4d246975
cadcefc Merge pull request #2032 from mdboom/fix-path-effect-construction pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/cadcefc4d4016dad6ff507efc708e94dae34354b
3586394 Merge pull request #2026 from mdboom/deprecations-pre-13 pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3586394fe4ba9c760ad5fdc7e8ee48511f7c83e5
99d4e40 Merge pull request #2033 from leejjoon/fix-pstoeps mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/99d4e4041d8044000311b6a0b84296657ba42921
5218f47 Added the cleared method to Path, and updated the path module's docum… pelson May 15, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/5218f474d6368164ae867ee30831707ff0c744dd
855d343 Made the Path created by cleared consistent with the actions that hav… pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/855d343ba91fbeedbbb34f00dae75fdff62a04f8
2150bd8 Fix missing ticks on inverted log axis mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2150bd82567dd5b9d747f0008ba116d2b09153ce
24a635f Merge pull request #2011 from pelson/api_changes_sketch mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/24a635f7860457cb3bbe2e3832c4099ddd9dfd88
355b056 Merge pull request #2002 from pelson/contour_levels_with_colors mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/355b0567f8391d76c5b60fbafad5b8799d1017ff
90c1aa3 Update a test to check inverted log axes mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/90c1aa3fdb64a8108d9ec91f69981dd7e706f420
4d2699e Merge pull request #2028 from mdboom/additional-whats-new-1-3 mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4d2699ef9f95861034cab379dad09146ab1b6e9b
fd57377 Added a coding_standards test module. Currently checks PEP8 complianc… pelson Apr 25, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/fd57377177475b70ff4039415af14da102b63dc3
bc3e3ed Added some of the PEP8 guidelines to ignore in the coding standards t… pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/bc3e3ed097ca646845925a3bef4b35628f4ebc0e
bb1a328 Fixed failing PEP8 test. pelson May 14, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/bb1a32804e3b69a4d8072036ec47744e066d7006
747b849 PEP8 test only on python2. 2to3 produces non pep8 compliant code. pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/747b84972ac5f17c8eb0472ca243b97e10141aba
bd4f6fd Fixed tests after rebase. pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/bd4f6fd2f12657d312fc719a9570639df32a63f0
053968e Added parameters to the xkcd function. Fixed deprecation warning on P… pelson May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/053968eda8f35d3ee94ae0f1487fb25f24191623
c4dc4cd Merge remote-tracking branch 'tonysyu/screenshots-update' into doc-fi… mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c4dc4cde1f6e9d9b839245be75493177fbaa7b6c
b02b701 Merge pull request #2038 from pelson/xkcd_args mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b02b7016ef866fe54802a3f8ddf80b861d5cd8e4
40bbb9b Ensure that PY_ARRAY_UNIQUE_SYMBOL is uniquely defined for each exten… bfroehle May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/40bbb9bd8d0e0eaf24c6815b31a05b4ee5a53439
40340fc Fixes a number of problems in the doc build. mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/40340fc6c821f8c9c00b2ff80e633ee97424318e
bcf4df6 Merge pull request #2036 from mdboom/inverted-log-axis mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/bcf4df670c260c045f868f032135d45a1990e062
e7cb77e Tweak image path takluyver May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e7cb77e7b72d8505eb52a24eb39d5739133407cd
c73f180 Merge pull request #2048 from takluyver/patch-1 pelson May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c73f180b9a3cba784ddad1e72adf5a68ac06e166
43ecd9a Fix parallel testing by using the multi-process safe cbook.mkdirs mdboom May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/43ecd9a1f3c5bbd4a8258cc6145906d03bc44681
22613d2 double backticks mdboom May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/22613d2691a17b76706526519272671f0ac4a584
600e981 Merge pull request #2049 from mdboom/create-testing-cache-using-cbook… pelson May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/600e9813c247263ac1703bed96c90fda06878c2c
f9b1a9a Remove long URL mdboom May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f9b1a9aa2814f0ed8d968ed60ec06f89ac03c159
8ea183b Merge pull request #2041 from mdboom/doc-fixes-1-3 mdboom May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8ea183bc98c2efab281c4f661e5deb39ede9b9cd
b239626 Merge pull request #2042 from bfroehle/py_array_unique_symbol mdboom May 22, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b2396266c17a203945717606dd018be9c922185d
b50237d Deprecated the set_colorbar method on a scalar mappable. pelson May 23, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b50237da013f4053d88ffe7bc04c2a855111b0d8
d5071f4 Merge pull request #1945 from pelson/pep8_testing mdboom May 23, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/d5071f4b09ecf8daca4400e404d343fe08a4f896
785d66a Added an api_changes note about the deprecation of ScalarMappable.set… pelson May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/785d66ae15932af884d4dad13f236dc1f0e4f30e
936dd1f pep8 fixes in animation.py tacaswell May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/936dd1fd10220b8063a8ea936ed9472f3b7de1ee
148ed82 Merge pull request #2055 from pelson/mappable_colorbar_attribute mdboom May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/148ed82a234bb55044aa564d9a9f0b6d9208fa87
fd25c85 Add a better error message when IPython can't be found or doesn't hav… mdboom May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/fd25c85922b08f037f3ebdb0c76aca75ea863c37
2cc7e21 Merge pull request #2057 from tacaswell/animation_pep8 pelson May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2cc7e212fd8920b172f5c6aa890d82b092572397
4a6b612 Merge pull request #2017 from drevicko/fix-form-colors mdboom May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/4a6b612ba024ee195c783df0e7fb1277576f3cbc
22c3978 Merge pull request #2053 from mdboom/ipython-directive-error-message pelson May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/22c39787a5e4e9d93a66ab0243156fb065266875
c39d9dc fixed: compare_images for older numpy versions. added: backend_pdf al… Aug 26, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/c39d9dc0932eaaa271225a611d48780a14391dcc
4aa8a58 fix: dpi setting should work now for rasterization in svg backend Aug 26, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/4aa8a581acf0f8d82e949aaf55171e33cd9be4fb
ea5ac65 update for my patch Oct 3, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/ea5ac652fdc07bd1251e1dc6eea7872a2f9650fa
1fe4f41 update for my patch Oct 3, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/1fe4f417ee0db6dffb5a031c188a454ef160c84b
c5d9b06 api change May 4, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/c5d9b06319dee128a3051a418a9900c66401fd8e
fb704ec added test result images May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/fb704ec91fdbc4dc1beeb4f56942403d2d5c53e9
dfc1af8 added note to whats_new.rst May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/dfc1af8d44db5ed6f49500fcbdc44ebafa20936a
ea74001 added a note to changelog May 17, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ea740012c216f9aa61c46be33cddd8bbaa47ba6e
f288b4e Update test images mdboom May 21, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f288b4e682956edf6fe54e93bd9d630983c3c534
f262892 Merge pull request #2044 from mdboom/svg-rasterize mdboom May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/f2628924aaa6d04088ef0c9bd636d34b82f9e0ec
bf7b501 Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/bf7b501d04ab3220a74778215e7bff7145113de1
de2b77c Merge remote-tracking branch 'upstream/v1.2.x' mdboom May 24, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/de2b77ca4ce2f1e03f367efe558a7bf5d6f80f3f
5e2e0fb Merge pull request #2069 from jakevdp/anim_fix mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/5e2e0fb602a015636f685dae6791efc67629188e
b093b8c Merge branch 'pcolorargs' mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b093b8c644f63cf761fed9bec7f6693fddd08b3c
ca293ce Merge pull request #1975 from pwuertz/pgf_mixedrenderer pwuertz May 27, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ca293ce61ab3c862adad638a0b56c4837e38a3b9
130b6fc Merge pull request #1813 from mdboom/gtk3-version-check mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/130b6fcc034c46fcef2f0f0d55640878b28ee29f
e783faa Merge branch 'v1.2.x' into v1.3.x mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e783faa565246e744b81d76dae392709f4a39158
7634812 Deprecate FIFOBuffer class mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/7634812756f1890387da2d34d515b0b89af19c20
5bb185e use plt.subplots() in examples as much as possible ivanov Nov 8, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/5bb185ec23b107ea00fffde57c5e2afc0e248fdc
8d1ee03 revert to OO interface (no pyplot) in OO example ivanov Nov 8, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/8d1ee03c70eb5c1609b63e6301f9dd03e211188a
376a0b4 more `subplots`, cleanup of old `import *` style ivanov Nov 10, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/376a0b4a54c471391ab5b398861203f4b47b61ec
9a32267 whats_new: a note about the changed examples ivanov Nov 12, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/9a32267deee0b9db97bcec4e81a342827422e774
e4dbbc6 addressing PR feedback ivanov Dec 18, 2012 https://github.com/matplotlib/matplotlib/pull/854/commits/e4dbbc674964c0b100beaa9cdf68900433e9104f
33b4cce Merge branch 'use-subplots' into v1.3.x mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/33b4cced47438005e50435235ea193031c86f981
e5bd364 Fix pdf_use14corefonts test mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e5bd36459a6c76220d9bac883c2037739e603bb5
6588bb3 Fix tests mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/6588bb36701fe9683c4f2a70b13b8f393ebbb8e1
3ac8144 Merge pull request #454 from mdboom/xdg_config mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3ac81445b0ed25dd1b4b575c30c9c7cd04d66b6c
ebb7a9d Merge pull request #2050 from pelson/colormap_api mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/ebb7a9ddcbe4079b8fb0a301fc6c84422e2ea72a
2af443e Fix PEP8 whitespace issue mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/2af443ee50187c11375f6b1f77f51f5cf7d6b2a6
96ce689 Update logo_sidebar_horiz.png mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/96ce68983e0ed4b89008281c404fdbe7ac7cc7a8
0d2f9a7 Merge remote-tracking branch 'upstream/v1.2.x' into v1.3.x mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/0d2f9a7ac18c990124149cad332ed5f562b17c24
493fa46 Merge pull request #2024 from mdboom/new_logo mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/493fa46c68b53a8bc1e6fddf04a76eb9b6ce7aa6
a92e00e Merge pull request #2066 from GBillotey/oversized_doc_img mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a92e00e371ffa5d10b4bc201b86cd4c6b563bdfd
e2bf78e Merge pull request #2076 from cgohlke/patch-1 mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e2bf78e09a76dacd34b0b684ffdfa873bb3cd55c
b13fc46 Merge pull request #2077 from rblomberg/yahoo-csv-url-fix mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b13fc46d8cee2183372ddb166c2ec0a91c119ded
b3bdf84 Fix bug in XFG_CONFIG handling mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b3bdf84033073bdff4c828e151ec57f93cf29b48
3b2f937 Fix deprecation warning when running tests mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/3b2f93716589bf9115b2fa57452f74a351dfcdb0
b72b0f7 Fixed failing test on python3. pelson May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/b72b0f7440ccb759de15bff40eab3407cd77c21a
e2d674c Merge pull request #2080 from pelson/cmap_and_norm_levels_test_fix mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/e2d674c6c36e82a46e4263df637ebe36ff0d27bd
8eef95e Exclude the setuptools stubs in the correct way mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/8eef95e32bdf5329251d3897c95f2b26d9f9542f
33faad1 Wait until font caches exist before starting tests mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/33faad1c1e8937995b97d2b973e75a61d77ecb4d
18d25f9 Correctly set the initial data limit bounding box to null limits rath… mdboom May 28, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/18d25f92d941ac35386d9b24446219f5192f7335
a129662 Only do the strange autoscale on/off thing when doing a histogram bar… mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/a129662c26ae481a16f85fbcb4650d2ec1652e33
412f1b3 Simplify handling of unit and null bboxes mdboom May 29, 2013 https://github.com/matplotlib/matplotlib/pull/854/commits/412f1b39201889f580f502b4652e5387d5a98956
Clear filters https://github.com/matplotlib/matplotlib/pull/854/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/854/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/854/files
.gitignorehttps://github.com/matplotlib/matplotlib/pull/854/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
View file https://github.com/mdboom/matplotlib/blob/412f1b39201889f580f502b4652e5387d5a98956/.gitignore
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/854/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/854/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
https://github.com/matplotlib/matplotlib/pull/854/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
https://github.com/matplotlib/matplotlib/pull/854/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
https://github.com/matplotlib/matplotlib/pull/854/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
.travis.ymlhttps://github.com/matplotlib/matplotlib/pull/854/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485
View file https://github.com/mdboom/matplotlib/blob/412f1b39201889f580f502b4652e5387d5a98956/.travis.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/854/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/854/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485
CHANGELOGhttps://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
View file https://github.com/mdboom/matplotlib/blob/412f1b39201889f580f502b4652e5387d5a98956/CHANGELOG
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/854/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
https://github.com/matplotlib/matplotlib/pull/854/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/854/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.