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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.1k
Code
Issues
1.1k
Pull requests
415
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
lib
matplotlib
stackplot.py
on
crossreferencefixes
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 17, 2021
fix some http: -> https: URLs (#20088)
Show description for d11b206
3 people
authored
d11b206
View commit details
Copy full SHA for d11b206
View code at this point
Browse repository at this point
Commits on May 25, 2021
Write data parameter docs as regular parameter not as note (v2)
Show description for d11234c
timhoffm
committed
d11234c
View commit details
Copy full SHA for d11234c
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Clarify docs for stackplot.
Show description for 439b2c0
QuLogic
committed
439b2c0
View commit details
Copy full SHA for 439b2c0
View code at this point
Browse repository at this point
Commits on Feb 6, 2021
Switch array-like (M, N) to (M, N) array-like.
Show description for c27265a
anntzer
committed
c27265a
View commit details
Copy full SHA for c27265a
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Consistently use 3D, 2D, 1D for dimensionality
Show description for 00a4dab
3 people
committed
00a4dab
View commit details
Copy full SHA for 00a4dab
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Move cbook._check_in_list() to _api.check_in_list()
timhoffm
committed
c4105dc
View commit details
Copy full SHA for c4105dc
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
DOC: Fix types of return values.
Show description for 62e7b17
QuLogic
committed
62e7b17
View commit details
Copy full SHA for 62e7b17
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Fix more missing references.
anntzer
committed
d4494ea
View commit details
Copy full SHA for d4494ea
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
More docstrings cleanup.
anntzer
committed
b5e4f32
View commit details
Copy full SHA for b5e4f32
View code at this point
Browse repository at this point
Commits on May 28, 2019
Use cbook._check_in_list more often.
QuLogic
committed
dc87550
View commit details
Copy full SHA for dc87550
View code at this point
Browse repository at this point
Commits on Oct 7, 2018
Fix numpydoc parameter formatting
timhoffm
committed
802c3f4
View commit details
Copy full SHA for 802c3f4
View code at this point
Browse repository at this point
Commits on Sep 15, 2018
Cleanup unused variables and imports
timhoffm
committed
485e0f8
View commit details
Copy full SHA for 485e0f8
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Minor docstring fixes
timhoffm
committed
d2ec53b
View commit details
Copy full SHA for d2ec53b
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Use numpydoc-style parameter lists for choices
timhoffm
committed
10c04ca
View commit details
Copy full SHA for 10c04ca
View code at this point
Browse repository at this point
Commits on May 2, 2018
small-doc-improvements1
ImportanceOfBeingErnest
committed
c28a063
View commit details
Copy full SHA for c28a063
View code at this point
Browse repository at this point
Use kwonlyargs instead of popping from kwargs
Zac-HD
committed
d1104e3
View commit details
Copy full SHA for d1104e3
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
Finish removing future imports.
anntzer
committed
81e8154
View commit details
Copy full SHA for 81e8154
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Update cycler docstrings and favor kwarg over two-args form
timhoffm
authored and
y1thof
committed
3a5a5a4
View commit details
Copy full SHA for 3a5a5a4
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
Merge pull request #10525 from cclauss/goodbye-xrange
Show description for 3cdf539
dstansby
authored
3cdf539
View commit details
Copy full SHA for 3cdf539
View code at this point
Browse repository at this point
Simplify rst cross references by omitting the shortener ~ when not needed
timhoffm
committed
0093fa6
View commit details
Copy full SHA for 0093fa6
View code at this point
Browse repository at this point
Commits on Feb 19, 2018
Convert six.moves.xrange() to range() for Python 3
cclauss
committed
b64e2d1
View commit details
Copy full SHA for b64e2d1
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
improve docstrings for Axes.bar, Axes.barh, Axes.stackplot
timhoffm
committed
40a0dd0
View commit details
Copy full SHA for 40a0dd0
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
six.next -> next (available since Py2.6).
anntzer
committed
60beb5b
View commit details
Copy full SHA for 60beb5b
View code at this point
Browse repository at this point
Commits on Oct 28, 2017
Fix PEP8 in stackplot
dstansby
committed
fb15add
View commit details
Copy full SHA for fb15add
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
DOC FIX missing word.
NelleV
authored
a09ca67
View commit details
Copy full SHA for a09ca67
View code at this point
Browse repository at this point
Convert stackplot docstring to numpydoc
dstansby
committed
38c5382
View commit details
Copy full SHA for 38c5382
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Cleanups: Broadcasting, np.hypot, np.pi, etc.
Show description for 5348ce9
anntzer
committed
5348ce9
View commit details
Copy full SHA for 5348ce9
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
fix 3 useless assignments
jhelie
committed
f000282
View commit details
Copy full SHA for f000282
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
Cast stackplot input to float when required.
anntzer
committed
e81b280
View commit details
Copy full SHA for e81b280
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Mass link redirection update
dstansby
committed
f278217
View commit details
Copy full SHA for f278217
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
change stickies to sticky_edges; clarify edge calculation in contour
efiring
committed
36fcfe5
View commit details
Copy full SHA for 36fcfe5
View code at this point
Browse repository at this point
Commits on Nov 24, 2016
Sticky margins cancellation system.
Show description for a2e35cc
anntzer
authored and
efiring
committed
a2e35cc
View commit details
Copy full SHA for a2e35cc
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Avoid divide-by-zero in stackplot.
Show description for a1dbd55
QuLogic
committed
a1dbd55
View commit details
Copy full SHA for a1dbd55
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Revert "ENH: ship six 1.9.0"
Show description for 07e2275
matthew-brett
committed
07e2275
View commit details
Copy full SHA for 07e2275
View code at this point
Browse repository at this point
Commits on May 16, 2016
Merge pull request #6358 from egpbos/stackplot_6313
Show description for 102872a
tacaswell
committed
102872a
View commit details
Copy full SHA for 102872a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.