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 }}
aswarner
/
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_wrapper.cpp
on
vector
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2021
Fix/add docstring signatures to many C++ methods.
Show description for 35a8ad0
anntzer
committed
35a8ad0
View commit details
Copy full SHA for 35a8ad0
View code at this point
Browse repository at this point
Commits on Aug 21, 2021
Remove some boilerplate from C extension inits.
Show description for 68d8144
anntzer
committed
68d8144
View commit details
Copy full SHA for 68d8144
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Fix some very unlikely leaks in extensions.
Show description for 99d76ac
QuLogic
committed
99d76ac
View commit details
Copy full SHA for 99d76ac
View code at this point
Browse repository at this point
Commits on May 20, 2021
Reimplement NonUniformImage, PcolorImage in Python, not C.
Show description for ea2de97
anntzer
committed
ea2de97
View commit details
Copy full SHA for ea2de97
View code at this point
Browse repository at this point
Commits on Sep 19, 2020
Templatize _image.resample to deduplicate it.
anntzer
committed
741e53b
View commit details
Copy full SHA for 741e53b
View code at this point
Browse repository at this point
Commits on May 23, 2020
Hide symbols in compiled extension where possible.
Show description for 4b06006
QuLogic
committed
4b06006
View commit details
Copy full SHA for 4b06006
View code at this point
Browse repository at this point
Commits on May 20, 2020
Remove extraneous `(char *)` casts.
Show description for 2d2083c
QuLogic
committed
2d2083c
View commit details
Copy full SHA for 2d2083c
View code at this point
Browse repository at this point
Fix leak of input mesh during image resampling.
Show description for 8e7aaff
QuLogic
committed
8e7aaff
View commit details
Copy full SHA for 8e7aaff
View code at this point
Browse repository at this point
image: Avoid excess NumPy array refcount twiddling.
Show description for e5abc17
anntzer
and
QuLogic
committed
e5abc17
View commit details
Copy full SHA for e5abc17
View code at this point
Browse repository at this point
Correctly initialize kwargs to _image.resample.
Show description for 89be34e
QuLogic
committed
89be34e
View commit details
Copy full SHA for 89be34e
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Remove unnecessary extern "C".
Show description for c7987f1
QuLogic
committed
c7987f1
View commit details
Copy full SHA for c7987f1
View code at this point
Browse repository at this point
Move numpy_cpp header into files that need it.
QuLogic
committed
9f9aa5b
View commit details
Copy full SHA for 9f9aa5b
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Avoid narrowing conversion in image_wrapper on 32-bit.
anntzer
committed
7111817
View commit details
Copy full SHA for 7111817
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Remove C checks for PY3K macro.
QuLogic
committed
14124a5
View commit details
Copy full SHA for 14124a5
View code at this point
Browse repository at this point
Remove back-compat defined for old NumPy.
QuLogic
committed
919bc86
View commit details
Copy full SHA for 919bc86
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
Use convert_bool in more places.
Show description for abd5942
QuLogic
committed
abd5942
View commit details
Copy full SHA for abd5942
View code at this point
Browse repository at this point
Make norm argument to _image.resample a bool.
Show description for ff4ab66
QuLogic
committed
ff4ab66
View commit details
Copy full SHA for ff4ab66
View code at this point
Browse repository at this point
Commits on Nov 26, 2016
Fix warnings about incorrect format specifiers.
QuLogic
committed
ad05091
View commit details
Copy full SHA for ad05091
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
Merge pull request #6930 from efiring/PcolorImage_cursor
Show description for fab69a1
tacaswell
committed
fab69a1
View commit details
Copy full SHA for fab69a1
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
Revert "Fix clang formatter warnings. These are long ints so format as such"
Show description for dca5e99
jenshnielsen
committed
dca5e99
View commit details
Copy full SHA for dca5e99
View code at this point
Browse repository at this point
Revert "Use Numpy macros for formatting"
Show description for dc6245b
jenshnielsen
committed
dc6245b
View commit details
Copy full SHA for dc6245b
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
Use Numpy macros for formatting
Show description for 0c0b5df
jenshnielsen
committed
0c0b5df
View commit details
Copy full SHA for 0c0b5df
View code at this point
Browse repository at this point
Fix clang formatter warnings. These are long ints so format as such
jenshnielsen
committed
eab5a9a
View commit details
Copy full SHA for eab5a9a
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
Merge pull request #6099 from mdboom/masked-image
Show description for 1302606
tacaswell
committed
1302606
View commit details
Copy full SHA for 1302606
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
Merge pull request #5718 from mdboom/image-interpolation
Show description for 6595139
tacaswell
committed
6595139
View commit details
Copy full SHA for 6595139
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
Fix leak in PyImage_color_conv.