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
Type
/
to 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 }}
devas-hub
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
src
_image.cpp
on
master
User selector
All users
All time
Commit history
Commits on Jul 17, 2018
Remove unused code.
QuLogic
committed
ebc2d66
View commit details
Copy full SHA for ebc2d66
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
Use float constants where needed.
Show description for a57ba96
QuLogic
committed
a57ba96
View commit details
Copy full SHA for a57ba96
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
Remove Image class. Replace with resample func
mdboom
committed
cf11aea
View commit details
Copy full SHA for cf11aea
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
Use Agg workarounds in image module as well
mdboom
committed
14448fa
View commit details
Copy full SHA for 14448fa
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
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
Commits on Sep 20, 2014
Fix deprecated api usage in _image.cpp
jkseppan
committed
3658571
View commit details
Copy full SHA for 3658571
View code at this point
Browse repository at this point
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 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 Jun 1, 2014
Image: handle images with zero columns or rows.
Show description for 60cc436
efiring
committed
60cc436
View commit details
Copy full SHA for 60cc436
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
Fix for issue #2963
Show description for 9a7991d
solvents
committed
9a7991d
View commit details
Copy full SHA for 9a7991d
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
Remove dead assignments in _image.cpp
jkseppan
committed
fdbfa88
View commit details
Copy full SHA for fdbfa88
View code at this point
Browse repository at this point
Commits on Jun 1, 2013
Fix building Python integers from size_t values
Show description for f21b729
cgohlke
committed
f21b729
View commit details
Copy full SHA for f21b729
View code at this point
Browse repository at this point
Commits on May 8, 2013
Updated test, and added a check for tuple length
Westacular
committed
baeb6de
View commit details
Copy full SHA for baeb6de
View code at this point
Browse repository at this point
Commits on May 3, 2013
Take Image object's alpha attribute into account when compositing multiple images together.
Westacular
committed
2f10e68
View commit details
Copy full SHA for 2f10e68
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 12, 2013
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom
committed
1ccf29d
View commit details
Copy full SHA for 1ccf29d
View code at this point
Browse repository at this point
Fix #1894: Composite images do not have a transparent background
mdboom
committed
a082e6a
View commit details
Copy full SHA for a082e6a
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 21, 2013
Revert "When using nearest neighbor interpolation and not actually scaling, just copy the data. (Note we don't do this for other kinds of interpolation, because the filtering on those interpolatio…
Show description for aaae0bd
dmcdougall
committed
aaae0bd
View commit details
Copy full SHA for aaae0bd
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
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 Jun 11, 2012
Merge remote-tracking branch 'origin/v1.1.x'
Show description for df31677
mdboom
committed
df31677
View commit details
Copy full SHA for df31677
View code at this point
Browse repository at this point
Commits on Jun 8, 2012
Fix a possible infinite loop by incrementing one of the variables used in the loop conditional.
Show description for 555dac5
Weverything
authored and
idealisms
committed
555dac5
View commit details
Copy full SHA for 555dac5
View code at this point
Browse repository at this point
Commits on May 18, 2012
Merge pull request #868 from mdboom/nearest_alpha
Show description for 85cfca2
mdboom
committed
85cfca2
View commit details
Copy full SHA for 85cfca2
View code at this point
Browse repository at this point
Commits on May 14, 2012
When using nearest neighbor interpolation and not actually scaling, just copy the data. (Note we don't do this for other kinds of interpolation, because the filtering on those interpolations could…
Show description for 1c9f9b5
mdboom
committed
1c9f9b5
View commit details
Copy full SHA for 1c9f9b5
View code at this point
Browse repository at this point
Fix alpha blending in NEAREST neighbor interpolation.
mdboom
committed
e87be28
View commit details
Copy full SHA for e87be28
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
Tell Agg that we're giving it pre-multiplied image data
mdboom
committed
1dac36d
View commit details
Copy full SHA for 1dac36d
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
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
Commits on Feb 28, 2011
Fix a number of common bugs revealed by the regression tests.
mdboom
committed
05243f9
View commit details
Copy full SHA for 05243f9
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
C/C++ compiling (not necessarily working) with Py3K
Show description for cec3212
mdboom
authored and
ddale
committed
cec3212
View commit details
Copy full SHA for cec3212
View code at this point
Browse repository at this point
Commits on Feb 9, 2011
_image.cpp: speed up image_frombyte; patch by C. Gohlke
Show description for 13e4704
efiring
committed
13e4704
View commit details
Copy full SHA for 13e4704
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.