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 }}
scriptpuppy
/
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 Oct 17, 2014
Remove reference to PyCXX
mdboom
committed
7891790
View commit details
Copy full SHA for 7891790
View code at this point
Browse repository at this point
Remove use of PyCXX in core C++ extensions
mdboom
committed
ba40160
View commit details
Copy full SHA for ba40160
View code at this point
Browse repository at this point
Merge pull request #3547 from jkseppan/numpy-deprecation
Show description for 0f4a68d
tacaswell
committed
0f4a68d
View commit details
Copy full SHA for 0f4a68d
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Fix deprecated api usage in _backend_agg.cpp
jkseppan
committed
6f10f71
View commit details
Copy full SHA for 6f10f71
View code at this point
Browse repository at this point
Commits on Sep 20, 2014
Replace old numpy macros with their new versions
Show description for fdb9b31
jkseppan
committed
fdb9b31
View commit details
Copy full SHA for fdb9b31
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Fix marker clipping rectangle.
mdboom
committed
350413c
View commit details
Copy full SHA for 350413c
View code at this point
Browse repository at this point
Commits on Jul 31, 2014
Merge pull request #3324 from mdboom/backend-agg-crash
Show description for 9900271
tacaswell
committed
9900271
View commit details
Copy full SHA for 9900271
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.