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 }}
staticfloat
/
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 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
Commits on May 17, 2011
Fix bug where there was a thin semitransparent line on the upper and left edge of the image in the Agg backend. Closes #117.
mdboom
committed
e7f1e83
View commit details
Copy full SHA for e7f1e83
View code at this point
Browse repository at this point
Commits on May 6, 2011
Merge remote branch 'origin/v1.0.x'
mdboom
committed
14406a6
View commit details
Copy full SHA for 14406a6
View code at this point
Browse repository at this point
Commits on May 2, 2011
Fix bug in clipping rectangle in Agg backend whereby if the clipping rectangle is outside the bounds of the image *everything* gets clipped.
mdboom
committed
a52b2f2
View commit details
Copy full SHA for a52b2f2
View code at this point
Browse repository at this point
Commits on Apr 11, 2011
Fixes a segfault caused by incorrect use of new Python buffer interface when resizing the renderer.
mdboom
committed
b2f4e1f
View commit details
Copy full SHA for b2f4e1f
View code at this point
Browse repository at this point
Commits on Mar 23, 2011
Support the new Python 3 buffer interface to get the Agg renderer buffer.
Show description for f4fee35
astropy-buildbot
committed
f4fee35
View commit details
Copy full SHA for f4fee35
View code at this point
Browse repository at this point
Commits on Mar 17, 2011
Use PyMODINIT_FUNC where appropriate.
cgohlke
authored and
mdboom
committed
25b6910
View commit details
Copy full SHA for 25b6910
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
Merge remote branch 'remotes/main/master' (matplotlib/matplotlib/master)
Show description for 9648c48
mdboom
committed
9648c48
View commit details
Copy full SHA for 9648c48
View code at this point
Browse repository at this point
Merge branch 'v1.0.x'
mdboom
committed
2bc8ff6
View commit details
Copy full SHA for 2bc8ff6
View code at this point
Browse repository at this point
Merge branch 'CTPUG-32bit_compile_fixes' into v1.0.x
mdboom
committed
cb609d5
View commit details
Copy full SHA for cb609d5
View code at this point
Browse repository at this point
Add explicit casts so converting from Py::Long to size_t works on 32bit machines
Neil
authored and
mdboom
committed
7327d13
View commit details
Copy full SHA for 7327d13
View code at this point
Browse repository at this point
Merge branch 'CTPUG-hatch_segafult'
mdboom
committed
c3c73cc
View commit details
Copy full SHA for c3c73cc
View code at this point
Browse repository at this point
Fix segfault by checking return value from method.apply()
stefanor
authored and
mdboom
committed
bed5241
View commit details
Copy full SHA for bed5241
View code at this point
Browse repository at this point
Commits on Mar 3, 2011
Move FT2Font to new PyCXX extension type API
mdboom
committed
8ba1981
View commit details
Copy full SHA for 8ba1981
View code at this point
Browse repository at this point
Further (incomplete) progress
astropy-buildbot
committed
3878f85
View commit details
Copy full SHA for 3878f85
View code at this point
Browse repository at this point
Commits on Feb 24, 2011
Initial progress on Agg buffer support.
mdboom
committed
31a428c
View commit details
Copy full SHA for 31a428c
View code at this point
Browse repository at this point
Commits on Feb 22, 2011
Consistent use of PY3K #define everywhere.
astropy-buildbot
committed
81219db
View commit details
Copy full SHA for 81219db
View code at this point
Browse repository at this point
Able to produce simple_plot.py!!!
Show description for acbe206
mdboom
authored and
ddale
committed
acbe206
View commit details
Copy full SHA for acbe206
View code at this point
Browse repository at this point
Fix compilation in Python 2.x
Show description for 192f67e
mdboom
authored and
ddale
committed
192f67e
View commit details
Copy full SHA for 192f67e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.