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 }}
mcli
/
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
lib
matplotlib
testing
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 25, 2015
Cleanup
OceanWolf
committed
90ca48e
View commit details
Copy full SHA for 90ca48e
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
ENH: ship six 1.9.0
Show description for 8fe495a
matthew-brett
authored and
dopplershift
committed
8fe495a
View commit details
Copy full SHA for 8fe495a
View code at this point
Browse repository at this point
Commits on Jun 26, 2015
PEP8 fixes
astrofrog
committed
66dd550
View commit details
Copy full SHA for 66dd550
View code at this point
Browse repository at this point
Moved exceptions that don’t depend on nose to separate file to avoid making nose a dependency for matplotlib.testing.compare
astrofrog
committed
70c0990
View commit details
Copy full SHA for 70c0990
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
PEP8 : convert lambdas to functions
tacaswell
committed
74b4313
View commit details
Copy full SHA for 74b4313
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
MNT : remove testing.image_util.py
Show description for e0fd416
tacaswell
committed
e0fd416
View commit details
Copy full SHA for e0fd416
View code at this point
Browse repository at this point
Commits on Oct 18, 2014
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
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
Remove use of PyCXX in core C++ extensions
mdboom
committed
ba40160
View commit details
Copy full SHA for ba40160
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
TST: Fix ImportError: No module named 'mpl_toolkits'
Show description for 8289514
cgohlke
committed
8289514
View commit details
Copy full SHA for 8289514
View code at this point
Browse repository at this point
Commits on Jul 15, 2014
Fix memory leaks in the test suite.
Show description for 42fa2b6
mdboom
committed
42fa2b6
View commit details
Copy full SHA for 42fa2b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2014
fix a bug introduced in c998561d6cc1236
Show description for 617d22a
megies
committed
617d22a
View commit details
Copy full SHA for 617d22a
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Rewrite of the entire legend documentation, including tidy ups of code
Show description for 99f325d
pelson
committed
99f325d
View commit details
Copy full SHA for 99f325d
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
Merge pull request #2713 from pelson/compare_pep
Show description for 113c352
mdboom
committed
113c352
View commit details
Copy full SHA for 113c352
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
Deprecated matplotlib.testing.image_util.
pelson
committed
18fe03d
View commit details
Copy full SHA for 18fe03d
View code at this point
Browse repository at this point
Final tweaks to compare.py for full PEP8 compatibility.
pelson
committed
21ac656
View commit details
Copy full SHA for 21ac656
View code at this point
Browse repository at this point
Manual PEP8 fixes.
pelson
committed
c998561
View commit details
Copy full SHA for c998561
View code at this point
Browse repository at this point
Autopep8 on testing.compare
pelson
committed
1e5555b
View commit details
Copy full SHA for 1e5555b
View code at this point
Browse repository at this point
Commits on Nov 1, 2013
more informative exceptions for empty/not-existing images in
Show description for f3fa220
megies
committed
f3fa220
View commit details
Copy full SHA for f3fa220
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
add CleanupTestCase, a unittest.TestCase with cleanup
toddrjen
committed
6cf4d84
View commit details
Copy full SHA for 6cf4d84
View code at this point
Browse repository at this point
Commits on Sep 26, 2013
Merge pull request #2460 from tacaswell/fix_future_import
Show description for 799cbe6
pelson
committed
799cbe6
View commit details
Copy full SHA for 799cbe6
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
The `from __future__ ...` line added in #2226 is three charachters
Show description for 5fca7e3
tacaswell
committed
5fca7e3
View commit details
Copy full SHA for 5fca7e3
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom
committed
f1ae145
View commit details
Copy full SHA for f1ae145
View code at this point
Browse repository at this point
Commits on Sep 16, 2013
Remove dead RMS computation code
mdboom
committed
0bc1568
View commit details
Copy full SHA for 0bc1568
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom
committed
a17c5bb
View commit details
Copy full SHA for a17c5bb
View code at this point
Browse repository at this point
docstring fix
megies
committed
7291205
View commit details
Copy full SHA for 7291205
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 Aug 18, 2013
Merge branch 'v1.3.x'
dmcdougall
committed
2a85d16
View commit details
Copy full SHA for 2a85d16
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
Use gswin64c, if found.
mdboom
committed
1ddd440
View commit details
Copy full SHA for 1ddd440
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Added mplot3d tests in mpl_toolkits.tests
Show description for 83da059
tbekolay
committed
83da059
View commit details
Copy full SHA for 83da059
View code at this point
Browse repository at this point
Commits on Jun 11, 2013
Close files opened during testing
mdboom
committed
b0259b3
View commit details
Copy full SHA for b0259b3
View code at this point
Browse repository at this point
Commits on May 28, 2013
Merge pull request #454 from mdboom/xdg_config
Show description for 3ac8144
mdboom
committed
3ac8144
View commit details
Copy full SHA for 3ac8144
View code at this point
Browse repository at this point
Commits on May 24, 2013
fixed: compare_images for older numpy versions. added: backend_pdf allows numpy.float32 in pdfRepr
Michael Welter
authored and
mdboom
committed
c39d9dc
View commit details
Copy full SHA for c39d9dc
View code at this point
Browse repository at this point
Commits on May 22, 2013
Fix parallel testing by using the multi-process safe cbook.mkdirs
mdboom
committed
43ecd9a
View commit details
Copy full SHA for 43ecd9a
View code at this point
Browse repository at this point
Commits on May 17, 2013
Merge pull request #1951 from mdboom/parallelize_tests
Show description for d39f9c0
mdboom
committed
d39f9c0
View commit details
Copy full SHA for d39f9c0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.