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 }}
operade
/
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
_path.cpp
on
master
User selector
All users
All time
Commit history
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
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 May 13, 2013
Fix oops in _path.cpp
mdboom
committed
65544a1
View commit details
Copy full SHA for 65544a1
View code at this point
Browse repository at this point
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
Merge remote-tracking branch 'upstream/v1.2.x'
Show description for 96ecc79
mdboom
committed
96ecc79
View commit details
Copy full SHA for 96ecc79
View code at this point
Browse repository at this point
Merge pull request #1787 from mdboom/points_in_path_bug
Show description for 1cf4f5e
mdboom
committed
1cf4f5e
View commit details
Copy full SHA for 1cf4f5e
View code at this point
Browse repository at this point
Fix #1973: offset_position == 'data' is not respected by point_in_path_collection
mdboom
committed
c04d6e5
View commit details
Copy full SHA for c04d6e5
View code at this point
Browse repository at this point
Skip over zero-length subpaths. Calculate for each subpath and then "or" those results together.
mdboom
committed
7226a10
View commit details
Copy full SHA for 7226a10
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
Fixed merge conflict on test_patches.
pelson
committed
a78d7e8
View commit details
Copy full SHA for a78d7e8
View code at this point
Browse repository at this point
Commits on Feb 22, 2013
Aternative to #1777. Properly closes the paths returned by clip_to_rect and adds a new clip_to_bbox method to Path that returns a Path object. Adds a test that tests clipping compound paths and m…
Show description for d56aaa1
mdboom
committed
d56aaa1
View commit details
Copy full SHA for d56aaa1
View code at this point
Browse repository at this point
Commits on Feb 4, 2013
Fix floating-point in affine transformation on x86 vs v86-64
mdboom
committed
488e6a2
View commit details
Copy full SHA for 488e6a2
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 Oct 29, 2012
_path.cpp: Add explicit narrowing casts, to avoid C++11 compiler error.
mgiuca-google
committed
913b460
View commit details
Copy full SHA for 913b460
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Add missing DECREF
mdboom
committed
abb1dc9
View commit details
Copy full SHA for abb1dc9
View code at this point
Browse repository at this point
nxutils shim work
Show description for 36f7a6e
WeatherGod
committed
36f7a6e
View commit details
Copy full SHA for 36f7a6e
View code at this point
Browse repository at this point
Commits on Mar 8, 2012
Creates a backward compatibility layer for nxutils. nxutils is now implemented in terms of the methods in _path.cpp. A "points_in_path" method has been added to support "nxutils.points_in_poly".
mdboom
committed
67352c8
View commit details
Copy full SHA for 67352c8
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 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
Fixes to compile with Clang 2.8 (tested on Ubuntu 11.04)
mdboom
committed
edba4fc
View commit details
Copy full SHA for edba4fc
View code at this point
Browse repository at this point
Commits on Jul 18, 2011
Add a "radius" to point_in_path to prevent floating-point rounding error from making annotations disappear.
mdboom
committed
4ad0765
View commit details
Copy full SHA for 4ad0765
View code at this point
Browse repository at this point
Commits on Jun 28, 2011
Merge remote-tracking branch 'main/master'
Show description for 755949b
mdboom
committed
755949b
View commit details
Copy full SHA for 755949b
View code at this point
Browse repository at this point
Commits on Jun 21, 2011
Fix SVG path data writing so it always uses '.' as a decimal point.
mdboom
committed
ff858b6
View commit details
Copy full SHA for ff858b6
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 9, 2011
Prettify code. Fix buffer overrun bug in path-to-SVG path C code.
mdboom
committed
da38a16
View commit details
Copy full SHA for da38a16
View code at this point
Browse repository at this point
Implement SVG path conversion in C
mdboom
committed
5169061
View commit details
Copy full SHA for 5169061
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 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
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
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 Oct 27, 2010
Tell emacs more about our C++ files.
Show description for 990b649
mdboom
committed
990b649
View commit details
Copy full SHA for 990b649
View code at this point
Browse repository at this point
Commits on Aug 16, 2010
Merged revisions 8634 via svnmerge from
Show description for e0d35e4
mdboom
committed
e0d35e4
View commit details
Copy full SHA for e0d35e4
View code at this point
Browse repository at this point
Commits on Jun 24, 2010
Standardizing formatting of C/C++ code.
Show description for 6b64386
mdboom
committed
6b64386
View commit details
Copy full SHA for 6b64386
View code at this point
Browse repository at this point
Commits on Jun 15, 2010
Use the word "snapping" everywhere for consistency. This is the word used in the outward-facing interface all along.
Show description for 0feec0a
mdboom
committed
0feec0a
View commit details
Copy full SHA for 0feec0a
View code at this point
Browse repository at this point
Commits on Jun 11, 2010
Take stroke width into account when quantizing rectilinear paths. Discovered by Jason Grout in the mailing list thread "Plots shifted up or to the left a pixel or so"
Show description for bd77bf2
mdboom
committed
bd77bf2
View commit details
Copy full SHA for bd77bf2
View code at this point
Browse repository at this point
Commits on Jun 1, 2010
Fix compiler warnings.
Show description for 0f97b8c
mdboom
committed
0f97b8c
View commit details
Copy full SHA for 0f97b8c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.