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 }}
datafiend
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
examples
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 11, 2020
Fix overly long lines in examples & tutorials.
anntzer
committed
529882f
View commit details
Copy full SHA for 529882f
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Some pathlibification.
Show description for 52136a7
anntzer
committed
52136a7
View commit details
Copy full SHA for 52136a7
View code at this point
Browse repository at this point
Commits on Jun 9, 2019
Fix pydocstyle D403 in examples
timhoffm
committed
dfb6e67
View commit details
Copy full SHA for dfb6e67
View code at this point
Browse repository at this point
Commits on May 24, 2019
Merge pull request #13740 from anntzer/plotfile
Show description for e6b7090
efiring
authored
e6b7090
View commit details
Copy full SHA for e6b7090
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
`a and b or c` -> `b if a else c`
anntzer
committed
143f700
View commit details
Copy full SHA for 143f700
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Deprecate plotfile.
Show description for b1141fd
anntzer
committed
b1141fd
View commit details
Copy full SHA for b1141fd
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
Remove unused imports from examples.
QuLogic
committed
f04a33a
View commit details
Copy full SHA for f04a33a
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Rely on generalized * and ** unpackings where possible.
anntzer
committed
d520128
View commit details
Copy full SHA for d520128
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
Remove more subprocess imports
dstansby
committed
af60158
View commit details
Copy full SHA for af60158
View code at this point
Browse repository at this point
Commits on Feb 19, 2018
py3fy examples
Show description for a51b708
anntzer
committed
a51b708
View commit details
Copy full SHA for a51b708
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
Remove some commented out code, extraneous parentheses.
anntzer
committed
291b995
View commit details
Copy full SHA for 291b995
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
Simplify some examples.
Show description for f1928e6
anntzer
committed
f1928e6
View commit details
Copy full SHA for f1928e6
View code at this point
Browse repository at this point
Commits on Apr 17, 2017
auto-migrating to sphinx gallery
choldgraf
committed
fc1fc84
View commit details
Copy full SHA for fc1fc84
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Merge pull request #7572 from tomspur/subprocesses
Show description for 269dabc
tacaswell
authored
269dabc
View commit details
Copy full SHA for 269dabc
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
sed source names and manual fixes
Show description for 6763f83
anntzer
committed
6763f83
View commit details
Copy full SHA for 6763f83
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
tests: Remove < 2.7 compat code
tomspur
committed
772fbc4
View commit details
Copy full SHA for 772fbc4
View code at this point
Browse repository at this point
Use `subprocess` instead `os.system` also in the examples
tomspur
committed
b09e79c
View commit details
Copy full SHA for b09e79c
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
DOC pie and polar charts is now full SG
NelleV
committed
40eab47
View commit details
Copy full SHA for 40eab47
View code at this point
Browse repository at this point
DOC examples/statistics is fully SG
NelleV
committed
4f92501
View commit details
Copy full SHA for 4f92501
View code at this point
Browse repository at this point
DOC lines, bars and markers is now full SG
NelleV
committed
eaaf182
View commit details
Copy full SHA for eaaf182
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
Merge pull request #8295 from NinadBhat/Suggested-improvements-to-the-gallery
Show description for 7a152d8
NelleV
authored
7a152d8
View commit details
Copy full SHA for 7a152d8
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
Remove executable bit from examples and headers.
Show description for bba0564
anntzer
committed
bba0564
View commit details
Copy full SHA for bba0564
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
changing name in backend_driver.py
NinadBhat
committed
eab3d7f
View commit details
Copy full SHA for eab3d7f
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
consolidating histogram examples and moving to SG folder
choldgraf
committed
397c76b
View commit details
Copy full SHA for 397c76b
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
Merge pull request #8066 from dstansby/doc-text-rotation
Show description for 65201e0
NelleV
authored
65201e0
View commit details
Copy full SHA for 65201e0
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Move text_rotation example
dstansby
committed
f19839e
View commit details
Copy full SHA for f19839e
View code at this point
Browse repository at this point
Clean up and move accented text example
dstansby
committed
2665eab
View commit details
Copy full SHA for 2665eab
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Merge pull request #7968 from dstansby/cohere-demo-fix
Show description for e6e8468
dopplershift
authored
e6e8468
View commit details
Copy full SHA for e6e8468
View code at this point
Browse repository at this point
Commits on Jan 29, 2017
Add in missing .py
dstansby
committed
998af8b
View commit details
Copy full SHA for 998af8b
View code at this point
Browse repository at this point
Move cohere_demo to lines_bars_and_markers
dstansby
committed
7f81351
View commit details
Copy full SHA for 7f81351
View code at this point
Browse repository at this point
Commits on Jan 28, 2017
MAINT cleaning up of gallery examples.
Show description for 9131263
NelleV
committed
9131263
View commit details
Copy full SHA for 9131263
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
revert the change in names in examples
NelleV
committed
cd22525
View commit details
Copy full SHA for cd22525
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
DOC MEP12 - converted lines, bars and markers to SG/MEP12 compatible
NelleV
committed
bde83d4
View commit details
Copy full SHA for bde83d4
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
Merge remote-tracking branch 'matplotlib/v2.x'
tacaswell
committed
8c5b548
View commit details
Copy full SHA for 8c5b548
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
Merge pull request #7566 from tacaswell/fix_backend_driver
Show description for f99ae8b
QuLogic
authored
f99ae8b
View commit details
Copy full SHA for f99ae8b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.