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 }}
codeAshu
/
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
_backend_agg.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2014
Simplify reference counting
mdboom
committed
5b0e0d8
View commit details
Copy full SHA for 5b0e0d8
View code at this point
Browse repository at this point
Fix exception message
mdboom
committed
a501abb
View commit details
Copy full SHA for a501abb
View code at this point
Browse repository at this point
Fix #3304.
Show description for d797bc1
mdboom
committed
d797bc1
View commit details
Copy full SHA for d797bc1
View code at this point
Browse repository at this point
Commits on Jul 14, 2014
Fix memory leaks in the temporary rasterized images.
mdboom
committed
7b39e78
View commit details
Copy full SHA for 7b39e78
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
Fix memory leak in tostring_rgba_minimize(). (#3197)
Show description for ef5f0ac
dopplershift
committed
ef5f0ac
View commit details
Copy full SHA for ef5f0ac
View code at this point
Browse repository at this point
Commits on May 19, 2014
Merge remote-tracking branch 'upstream/v1.3.x'
Show description for 9f13f0b
tacaswell
committed
9f13f0b
View commit details
Copy full SHA for 9f13f0b
View code at this point
Browse repository at this point
Commits on May 13, 2014
Prevent mpl_PyFile_Dup from failing when given BytesIO or similar
bytbox
committed
b79541d
View commit details
Copy full SHA for b79541d
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
Remove dead assignment
Show description for 2f41665
jkseppan
committed
2f41665
View commit details
Copy full SHA for 2f41665
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
Use 'y#' instead of 's#' in write_rgba of the agg backend. Fixes #1891.
bytbox
committed
7dc06fb
View commit details
Copy full SHA for 7dc06fb
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
Merge pull request #2705 from mdboom/fix-numpy-1.9
Show description for 1ebe784
mdboom
committed
1ebe784
View commit details
Copy full SHA for 1ebe784
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
Fix compatibility for Numpy 1.9 by not relying on Numpy for the File API
mdboom
committed
b498d77
View commit details
Copy full SHA for b498d77
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Merge remote branch 'upstream/v1.3.x'
Show description for 06d0144
pelson
committed
06d0144
View commit details
Copy full SHA for 06d0144
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
Store transformations on collections as an Nx3x3 array, rather than a list of Transform objects.
Show description for b8726d0
mdboom
committed
b8726d0
View commit details
Copy full SHA for b8726d0
View code at this point
Browse repository at this point
changes to c++ because gcc 4.8 seems to allow things the compiler
Show description for 6e54d8d
tacaswell
committed
6e54d8d
View commit details
Copy full SHA for 6e54d8d
View code at this point
Browse repository at this point
added class variable `_fill_color` to RendererAgg to hold the
Show description for 3020d13
tacaswell
committed
3020d13
View commit details
Copy full SHA for 3020d13
View code at this point
Browse repository at this point
patch to fix issue #2473.
Show description for b3fc5ff
tacaswell
committed
b3fc5ff
View commit details
Copy full SHA for b3fc5ff
View code at this point
Browse repository at this point
Commits on Sep 3, 2013
Use six instead of 2to3
mdboom
committed
f4adec7
View commit details
Copy full SHA for f4adec7
View code at this point
Browse repository at this point
Commits on Jul 30, 2013
Do snapping in draw_path_collection
mdboom
committed
9e7d3bb
View commit details
Copy full SHA for 9e7d3bb
View code at this point
Browse repository at this point
Commits on May 15, 2013
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
Show description for 7e7b532
mdboom
committed
7e7b532
View commit details
Copy full SHA for 7e7b532
View code at this point
Browse repository at this point
Commits on May 13, 2013
Add a sketch path filter.
mdboom
committed
e1e0848
View commit details
Copy full SHA for e1e0848
View code at this point
Browse repository at this point
Commits on May 3, 2013
Changes backends to support of independent face and edge alphas
Show description for 6cc8aaa
Westacular
committed
6cc8aaa
View commit details
Copy full SHA for 6cc8aaa
View code at this point
Browse repository at this point
Commits on May 1, 2013
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
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
Fixed background colour of PNGs saved with a non-zero opacity.
pelson
committed
d8fce7b
View commit details
Copy full SHA for d8fce7b
View code at this point
Browse repository at this point
Commits on Mar 25, 2013
Merge remote-tracking branch 'upstream/v1.2.x'
Show description for 382bbdf
mdboom
committed
382bbdf
View commit details
Copy full SHA for 382bbdf
View code at this point
Browse repository at this point
Commits on Mar 22, 2013
Fix the clippath renderering so that it uses no-clip unsigned chars
mdboom
committed
00acff2
View commit details
Copy full SHA for 00acff2
View code at this point
Browse repository at this point
Commits on Mar 7, 2013
Merge remote-tracking branch 'upstream/v1.2.x'
Show description for 69e1649
mdboom
committed
69e1649
View commit details
Copy full SHA for 69e1649
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Fix a number of snapping issues. Incorporates ideas from #800 (see there for further discussion) and #1591. This, unlike #800, doesn't change the snapping in a fundamental way, but it does help w…
Show description for c48afe4
mdboom
committed
c48afe4
View commit details
Copy full SHA for c48afe4
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
Implement a better way to handle overflow in the Agg backend.
mdboom
committed
4301543
View commit details
Copy full SHA for 4301543
View code at this point
Browse repository at this point
First pass at making setup more sane.
mdboom
committed
6aa7b29
View commit details
Copy full SHA for 6aa7b29
View code at this point
Browse repository at this point
Commits on Feb 21, 2013
Remove warning suppression code that was causing compilation errors in Launchpad.
mdboom
committed
ac957b2
View commit details
Copy full SHA for ac957b2
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Fix compiler warnings
dmcdougall
committed
e1e771f
View commit details
Copy full SHA for e1e771f
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
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 May 29, 2012
Fixes issue #901. Edgecolors are not correctly passed along to draw_quad_mesh.
mdboom
committed
41fcab5
View commit details
Copy full SHA for 41fcab5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.