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
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 }}
Mohammad-Azmi
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Breadcrumbs
History for
matplotlib
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 16, 2013
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom
committed
5da2d9d
View commit details
Copy full SHA for 5da2d9d
View code at this point
Browse repository at this point
Commits on Jan 11, 2013
Open files in binary mode.
mdboom
committed
dda9b7a
View commit details
Copy full SHA for dda9b7a
View code at this point
Browse repository at this point
Update backend_agg to use the Numpy file-handling compatibility functions.
mdboom
committed
c3d39b5
View commit details
Copy full SHA for c3d39b5
View code at this point
Browse repository at this point
Copy over some of the Numpy file-handing compatibility functions.
mdboom
committed
bee6479
View commit details
Copy full SHA for bee6479
View code at this point
Browse repository at this point
Clear exceptions if PyFile_Dup() fails -- we have a way to handle "non-real" file objects.
mdboom
committed
cd6c8c9
View commit details
Copy full SHA for cd6c8c9
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Fixes #1650 where using a file-like object on Python 3 fails. Use npy_PyFile_* compatibility methods instead of rolling it ourselves.
mdboom
committed
889951e
View commit details
Copy full SHA for 889951e
View code at this point
Browse repository at this point
Commits on Dec 20, 2012
Using a stricter check to see if Python was installed as a framework. Also, because of the recurring problems with non-framework Pythons, importing the Mac OS X backend will now fail (instead of ju…
Show description for 30a8bca
mdehoon
committed
30a8bca
View commit details
Copy full SHA for 30a8bca
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
Merge pull request #1587 from mdehoon/fix-show-memoryleak
Show description for 9c60c58
WeatherGod
committed
9c60c58
View commit details
Copy full SHA for 9c60c58
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Merge remote-tracking branch 'upstream/v1.2.x'
Show description for fd9c0b6
mdboom
committed
fd9c0b6
View commit details
Copy full SHA for fd9c0b6
View code at this point
Browse repository at this point
Commits on Dec 11, 2012
Mac OS X 10.5 needs an autoreleasepool here to avoid memory leaks. Newer versions of Mac OS X do not, but it doesn't hurt to have one anyway.
mdehoon
committed
3c444b8
View commit details
Copy full SHA for 3c444b8
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
Remove redundant ob_refcnt's that cause crashes when built in DEBUG mode.
mdboom
committed
f88c084
View commit details
Copy full SHA for f88c084
View code at this point
Browse repository at this point
Commits on Dec 5, 2012
Removing clip that is no longer needed
mdehoon
committed
8260a5a
View commit details
Copy full SHA for 8260a5a
View code at this point
Browse repository at this point
Commits on Dec 4, 2012
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom
committed
80689e2
View commit details
Copy full SHA for 80689e2
View code at this point
Browse repository at this point
Remove NO_DEPRECATED flag -- this was accidentally committed.
mdboom
committed
745bb21
View commit details
Copy full SHA for 745bb21
View code at this point
Browse repository at this point
Commits on Dec 3, 2012
Fix building on 32-bit
mdboom
committed
c516155
View commit details
Copy full SHA for c516155
View code at this point
Browse repository at this point
Commits on Dec 1, 2012
Fix building on 32-bit
mdboom
committed
35ee218
View commit details
Copy full SHA for 35ee218
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/v1.2.x'
Show description for 21f248e
mdboom
committed
21f248e
View commit details
Copy full SHA for 21f248e
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Fix some compiler warnings
mdboom
committed
33813e6
View commit details
Copy full SHA for 33813e6
View code at this point
Browse repository at this point
Commits on Nov 13, 2012
Merge branch 'v1.2.x'
Show description for 3156405
dmcdougall
committed
3156405
View commit details
Copy full SHA for 3156405
View code at this point
Browse repository at this point
Commits on Nov 11, 2012
Fix leak of gc's in gtkagg backend
cmichal2
committed
765928a
View commit details
Copy full SHA for 765928a
View code at this point
Browse repository at this point
Commits on Oct 29, 2012
_path.cpp: Add explicit narrowing casts, to avoid C++11 compiler error.
mgiuca-google
committed
913b460
View commit details
Copy full SHA for 913b460
View code at this point
Browse repository at this point
Commits on Sep 24, 2012
Use Objective C 1.0 [gs]etter
dmcdougall
authored and
mdboom
committed
3bee65c
View commit details
Copy full SHA for 3bee65c
View code at this point
Browse repository at this point
Use Objective C 1.0 [gs]etter
dmcdougall
committed
0a62973
View commit details
Copy full SHA for 0a62973
View code at this point
Browse repository at this point
Commits on Sep 18, 2012
Merge pull request #1272 from dmcdougall/mac_objc1
Show description for b7633bc
efiring
committed
b7633bc
View commit details
Copy full SHA for b7633bc
View code at this point
Browse repository at this point
Make if block more sensible
dmcdougall
authored and
mdboom
committed
01a5b02
View commit details
Copy full SHA for 01a5b02
View code at this point
Browse repository at this point
Fix memory leak
dmcdougall
authored and
mdboom
committed
6b5329e
View commit details
Copy full SHA for 6b5329e
View code at this point
Browse repository at this point
Fix dpi issue for bitmaps on the OS X backend
Show description for 9ffe6ca
dmcdougall
authored and
mdboom
committed
9ffe6ca
View commit details
Copy full SHA for 9ffe6ca
View code at this point
Browse repository at this point
Use NSEnumerator instead of objectAtIndex
dmcdougall
committed
fac00b2
View commit details
Copy full SHA for fac00b2
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Fix Objective-C 2.0 error with gcc-4.0
dmcdougall
committed
2eb6b91
View commit details
Copy full SHA for 2eb6b91
View code at this point
Browse repository at this point
Commits on Sep 9, 2012
Pass dpi to GC for converting points to pixels
dmcdougall
committed
51611c8
View commit details
Copy full SHA for 51611c8
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
Reinstate the manual reference counting as discovered in #1054.
mdboom
committed
84524eb
View commit details
Copy full SHA for 84524eb
View code at this point
Browse repository at this point
Commits on Jul 28, 2012
Variable "window" instead of "aWindow"
Show description for 6533674
gellule
committed
6533674
View commit details
Copy full SHA for 6533674
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
Move all figures to the front with a non-interactive show() in macosx backend.
gellule
committed
0c8bee7
View commit details
Copy full SHA for 0c8bee7
View code at this point
Browse repository at this point
Commits on Jul 22, 2012
Merge pull request #1034 from mdehoon/fix_for_issue_1013
Show description for 585e0fa
efiring
committed
585e0fa
View commit details
Copy full SHA for 585e0fa
View code at this point
Browse repository at this point
MdH = allow compilation on recent Mac OS X without compiler warnings
Michiel de Hoon
authored and
Michiel de Hoon
committed
a4ed0cf
View commit details
Copy full SHA for a4ed0cf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.