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 }}
pp-mo
/
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 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
Commits on May 22, 2012
Make hexbin much faster by creating a PathCollection that is a single polygon and a number of offsets. This allows the Agg backend to be dealing with far less data, and it allows the vector backen…
Show description for 4dd3de1
mdboom
committed
4dd3de1
View commit details
Copy full SHA for 4dd3de1
View code at this point
Browse repository at this point
Commits on Mar 13, 2012
We really can not let these merges pile up over time...
Show description for bbf9bdd
WeatherGod
committed
bbf9bdd
View commit details
Copy full SHA for bbf9bdd
View code at this point
Browse repository at this point
Commits on Mar 1, 2012
Further refinement of marker placement and snapping.
Show description for 1262326
mdboom
committed
1262326
View commit details
Copy full SHA for 1262326
View code at this point
Browse repository at this point
Commits on Feb 29, 2012
Another attempt at getting pixel markers to work correctly.
mdboom
committed
732d62b
View commit details
Copy full SHA for 732d62b
View code at this point
Browse repository at this point
add offset of 0.5 when marker is stroked so that snapping works better in agg backend
leejjoon
authored and
mdboom
committed
d7ed6e6
View commit details
Copy full SHA for d7ed6e6
View code at this point
Browse repository at this point
Another attempt at getting pixel markers to work correctly.
mdboom
committed
752ad0e
View commit details
Copy full SHA for 752ad0e
View code at this point
Browse repository at this point
add offset of 0.5 when marker is stroked so that snapping works better in agg backend
leejjoon
authored and
mdboom
committed
342007c
View commit details
Copy full SHA for 342007c
View code at this point
Browse repository at this point
Commits on Jan 17, 2012
This fixes global alpha (non-pixel-wise alpha) on images in the Agg backend. In order to do alpha masking and/or affine scaling of the image and have a global alpha, a scan converter to apply the …
Show description for 831204c
mdboom
committed
831204c
View commit details
Copy full SHA for 831204c
View code at this point
Browse repository at this point
Commits on Jan 5, 2012
fix tostring_rgba_minimized in _backend_agg.cpp for py3 compatibility
leejjoon
committed
57113fb
View commit details
Copy full SHA for 57113fb
View code at this point
Browse repository at this point
Commits on Nov 18, 2011
Fix to_string_argb on Python 3.x
mdboom
committed
74fffe0
View commit details
Copy full SHA for 74fffe0
View code at this point
Browse repository at this point
Commits on Nov 16, 2011
Merge in my Gtk3Agg changes with jrjohannson's Gtk3Cairo changes.
mdboom
committed
77a484b
View commit details
Copy full SHA for 77a484b
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Simplify some of the c++ code
mdboom
committed
121ff66
View commit details
Copy full SHA for 121ff66
View code at this point
Browse repository at this point
Commits on Oct 28, 2011
Merge remote-tracking branch 'main/master'
Show description for cafa53c
mdboom
committed
cafa53c
View commit details
Copy full SHA for cafa53c
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
Make "set_alpha()" work on images. Now, alpha blending is handled in the backends. Tested and works on Agg, Pdf and Svg. (Ps does not support alpha).
mdboom
committed
e406c05
View commit details
Copy full SHA for e406c05
View code at this point
Browse repository at this point
Commits on Aug 25, 2011
Merged from main/master
mdboom
committed
786bab9
View commit details
Copy full SHA for 786bab9
View code at this point
Browse repository at this point
Commits on Jul 14, 2011
First step in marker refactoring. Create new marker class and reimplement Line2D-based markers in terms of it.
mdboom
committed
b93fc8f
View commit details
Copy full SHA for b93fc8f
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
Merge remote-tracking branch 'main/master'
Show description for f2d8547
mdboom
committed
f2d8547
View commit details
Copy full SHA for f2d8547
View code at this point
Browse repository at this point
Commits on May 31, 2011
Fix many of the regression tests.
Show description for 7511459
mdboom
committed
7511459
View commit details
Copy full SHA for 7511459
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.