Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
giuse179
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 6, 2013
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom
committed
b009b63
View commit details
Copy full SHA for b009b63
Browse repository at this point
Merge pull request #1978 from mdboom/type42-python3
Show description for 0c3768e
mdboom
committed
0c3768e
View commit details
Copy full SHA for 0c3768e
Browse repository at this point
Change message when libpng pkg-config lookup fails
mdboom
committed
620117f
View commit details
Copy full SHA for 620117f
Browse repository at this point
Allow local libpng copy
GBillotey
authored and
mdboom
committed
84a7a1f
View commit details
Copy full SHA for 84a7a1f
Browse repository at this point
Merge pull request #1976 from tonysyu/replace-lena-in-gallery
Show description for 1d94744
mdboom
committed
1d94744
View commit details
Copy full SHA for 1d94744
Browse repository at this point
Fix including Type 42 fonts in PDF on Python 3.x
mdboom
committed
138d959
View commit details
Copy full SHA for 138d959
Browse repository at this point
Merge pull request #1977 from tonysyu/fix-backend_driver
Show description for b9f2b72
mdboom
committed
b9f2b72
View commit details
Copy full SHA for b9f2b72
Browse repository at this point
Fix Travis config
mdboom
committed
d75525f
View commit details
Copy full SHA for d75525f
Browse repository at this point
Commits on May 5, 2013
Fix `backend_driver.py`
Show description for 42f3f00
tonysyu
committed
42f3f00
View commit details
Copy full SHA for 42f3f00
Browse repository at this point
Replace usage of Lena image in the gallery.
Show description for 25aba29
tonysyu
committed
25aba29
View commit details
Copy full SHA for 25aba29
Browse repository at this point
Commits on May 3, 2013
Merge remote-tracking branch 'upstream/v1.2.x'
Show description for 96ecc79
mdboom
committed
96ecc79
View commit details
Copy full SHA for 96ecc79
Browse repository at this point
Merge pull request #1972 from mdboom/twin-spine-fix
Show description for 1909fef
mdboom
committed
1909fef
View commit details
Copy full SHA for 1909fef
Browse repository at this point
Add a test for #1957
mdboom
committed
14d4327
View commit details
Copy full SHA for 14d4327
Browse repository at this point
Merge pull request #1787 from mdboom/points_in_path_bug
Show description for 1cf4f5e
mdboom
committed
1cf4f5e
View commit details
Copy full SHA for 1cf4f5e
Browse repository at this point
Merge pull request #1973 from mdboom/pick_path_collection_data_offset_position
Show description for eae5e43
mdboom
committed
eae5e43
View commit details
Copy full SHA for eae5e43
Browse repository at this point
Add test for #1973
mdboom
committed
15432dc
View commit details
Copy full SHA for 15432dc
Browse repository at this point
Add a test for #1787
mdboom
committed
dae730e
View commit details
Copy full SHA for dae730e
Browse repository at this point
Merge pull request #1956 from Westacular/imsave_alpha
Show description for b6b9062
pelson
committed
b6b9062
View commit details
Copy full SHA for b6b9062
Browse repository at this point
Merge pull request #1967 from mdboom/svg-comment-escape
Show description for aca3fea
mdboom
committed
aca3fea
View commit details
Copy full SHA for aca3fea
Browse repository at this point
Escape XML comments correctly when writing out SVG. Turns '--' into '- -'
mdboom
committed
3b1ab29
View commit details
Copy full SHA for 3b1ab29
Browse repository at this point
Fix #1973: offset_position == 'data' is not respected by point_in_path_collection
mdboom
committed
c04d6e5
View commit details
Copy full SHA for c04d6e5
Browse repository at this point
Skip over zero-length subpaths. Calculate for each subpath and then "or" those results together.
mdboom
committed
7226a10
View commit details
Copy full SHA for 7226a10
Browse repository at this point
Fixes imsave so it does not flatten alpha-channel data (and updated test to match)
Westacular
committed
f16a1d3
View commit details
Copy full SHA for f16a1d3
Browse repository at this point
SubplotBase._make_twin_axes always creates a new subplot instance. Fixes #1957.
leejjoon
authored and
mdboom
committed
377facb
View commit details
Copy full SHA for 377facb
Browse repository at this point
Fixed failing bbox_inches='tight' case when a contour collection is empty.
Show description for 98e37e8
pelson
authored and
mdboom
committed
98e37e8
View commit details
Copy full SHA for 98e37e8
Browse repository at this point
Update pngsuite.png test image
mdboom
committed
4779119
View commit details
Copy full SHA for 4779119
Browse repository at this point
Merge pull request #1929 from pelson/bbox_inches_contour_problem
Show description for 668690d
mdboom
committed
668690d
View commit details
Copy full SHA for 668690d
Browse repository at this point
Commits on May 2, 2013
Merge pull request #1968 from mdboom/rotated_text
Show description for 3120e6c
mdboom
committed
3120e6c
View commit details
Copy full SHA for 3120e6c
Browse repository at this point
Fix position of rotated text in Agg backend
mdboom
committed
db81ab2
View commit details
Copy full SHA for db81ab2
Browse repository at this point
Commits on May 1, 2013
Merge pull request #1868 from pelson/alpha_background
Show description for 89479d3
efiring
committed
89479d3
View commit details
Copy full SHA for 89479d3
Browse repository at this point
Switch agg backend to use pixfmt_rgba32_plain instead of pixfmt_rgba32, which fixes a problem with alpha-blending partially transparent backgrounds.
Westacular
authored and
pelson
committed
c985196
View commit details
Copy full SHA for c985196
Browse repository at this point
Bug if MPLCONFIGDIRS is set
mdboom
committed
50cbfd2
View commit details
Copy full SHA for 50cbfd2
Browse repository at this point
Merge pull request #1965 from mdboom/simplify-travis
Show description for 51d1d87
mdboom
committed
51d1d87
View commit details
Copy full SHA for 51d1d87
Browse repository at this point
Make the travis output slightly quieter, particularly when installing dependencies. Add Python 3.3 to the tests.
mdboom
committed
a49ba9e
View commit details
Copy full SHA for a49ba9e
Browse repository at this point
Commits on Apr 30, 2013
Cleanup formatting of setup messages
mdboom
committed
decbc33
View commit details
Copy full SHA for decbc33
Browse repository at this point
Previous
Next
You can’t perform that action at this time.