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 }}
slode
/
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
examples
units
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 3, 2016
ENH examples are now reproducible
Show description for b90cd59
NelleV
committed
b90cd59
View commit details
Copy full SHA for b90cd59
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
DOC: move a few examples away from pylab
phobson
committed
3e25df7
View commit details
Copy full SHA for 3e25df7
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Finish swapping np.float{,_} -> float; ma -> np.ma
Show description for 91034ee
anntzer
committed
91034ee
View commit details
Copy full SHA for 91034ee
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Remove shebang lines from all examples. [MEP12]
TrishGillett
committed
13c3191
View commit details
Copy full SHA for 13c3191
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
this should be an integer div in all cases
jenshnielsen
committed
2121e2f
View commit details
Copy full SHA for 2121e2f
View code at this point
Browse repository at this point
fix unit examples under python3
jenshnielsen
committed
5b8e4bb
View commit details
Copy full SHA for 5b8e4bb
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
[examples] use np.radians/np.degrees where appropriate
twmr
committed
cb154e5
View commit details
Copy full SHA for cb154e5
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
pep8 fix E124-E129
Show description for 6289558
twmr
committed
6289558
View commit details
Copy full SHA for 6289558
View code at this point
Browse repository at this point
pep8 fix E701
twmr
committed
b081c92
View commit details
Copy full SHA for b081c92
View code at this point
Browse repository at this point
pep8 fix e2* in examples dir part 2/2
Show description for b680680
twmr
committed
b680680
View commit details
Copy full SHA for b680680
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
e227 e228
Show description for 588b582
twmr
committed
588b582
View commit details
Copy full SHA for 588b582
View code at this point
Browse repository at this point
Commits on Oct 24, 2014
pep8 fix e225
Show description for 3074212
twmr
committed
3074212
View commit details
Copy full SHA for 3074212
View code at this point
Browse repository at this point
[examples] fix e241 where it makes sense
Show description for 903db2c
twmr
committed
903db2c
View commit details
Copy full SHA for 903db2c
View code at this point
Browse repository at this point
[examples] e231 fixes
Show description for 9b4b97b
twmr
committed
9b4b97b
View commit details
Copy full SHA for 9b4b97b
View code at this point
Browse repository at this point
Commits on Oct 18, 2014
[examples] fix pep8 errors E26*
Show description for f5e923f
twmr
committed
f5e923f
View commit details
Copy full SHA for f5e923f
View code at this point
Browse repository at this point
Merge pull request #3662 from switham/classes_new_style
Show description for 6204ca8
tacaswell
committed
6204ca8
View commit details
Copy full SHA for 6204ca8
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
fix E27*
Show description for 82a73d7
twmr
committed
82a73d7
View commit details
Copy full SHA for 82a73d7
View code at this point
Browse repository at this point
class foo: => class foo(object):
switham
committed
f4e9c6c
View commit details
Copy full SHA for f4e9c6c
View code at this point
Browse repository at this point
fix E251
Show description for 4c21181
twmr
committed
4c21181
View commit details
Copy full SHA for 4c21181
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
fix E201 and E202 pep8 errors
Show description for ea8617d
twmr
committed
ea8617d
View commit details
Copy full SHA for ea8617d
View code at this point
Browse repository at this point
fix E222 pep8 errors
Show description for ed31fee
twmr
committed
ed31fee
View commit details
Copy full SHA for ed31fee
View code at this point
Browse repository at this point
Commits on Sep 14, 2014
examples: remove newlines @EOF + remove spaces/tabs from emtpy lines
Show description for 4f0a481
twmr
committed
4f0a481
View commit details
Copy full SHA for 4f0a481
View code at this point
Browse repository at this point
examples: fully automated fixing of E30 pep8 errors
Show description for 583ae91
twmr
committed
583ae91
View commit details
Copy full SHA for 583ae91
View code at this point
Browse repository at this point
Commits on Jul 9, 2014
Revert "pep8ify more examples in examples/ + use np.radians/np.degrees"
tacaswell
committed
6bda3c1
View commit details
Copy full SHA for 6bda3c1
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
[examples/] use np.radians/np.degrees where appropriate
twmr
committed
7bcca51
View commit details
Copy full SHA for 7bcca51
View code at this point
Browse repository at this point
[examples] autopep8ify more examples
twmr
committed
c3210d4
View commit details
Copy full SHA for c3210d4
View code at this point
Browse repository at this point
Commits on May 28, 2013
more `subplots`, cleanup of old `import *` style
ivanov
authored and
mdboom
committed
376a0b4
View commit details
Copy full SHA for 376a0b4
View code at this point
Browse repository at this point
use plt.subplots() in examples as much as possible
Show description for 5bb185e
ivanov
authored and
mdboom
committed
5bb185e
View commit details
Copy full SHA for 5bb185e
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Reverting changes to basic_units.py
mdboom
committed
0ae5762
View commit details
Copy full SHA for 0ae5762
View code at this point
Browse repository at this point
Commits on Sep 13, 2012
Doc tidy up.
pelson
committed
42efd6f
View commit details
Copy full SHA for 42efd6f
View code at this point
Browse repository at this point
Commits on Jun 30, 2012
Remove commented out code
cgohlke
committed
e9a4db3
View commit details
Copy full SHA for e9a4db3
View code at this point
Browse repository at this point
Fix basic_units.py on Python 3. PEP8 and PyLint cleanup.
cgohlke
committed
936576b
View commit details
Copy full SHA for 936576b
View code at this point
Browse repository at this point
Commits on Dec 24, 2011
Clean up imports in examples.
Show description for d72e92f
tonysyu
committed
d72e92f
View commit details
Copy full SHA for d72e92f
View code at this point
Browse repository at this point
Commits on Nov 11, 2011
Simplify: use next = __next__
cgohlke
committed
0268841
View commit details
Copy full SHA for 0268841
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Fix: make TaggedValue iterable on Python 3. Use consistent indentation
cgohlke
committed
d424304
View commit details
Copy full SHA for d424304
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.