FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib/matplotlib/_api/__init__.py - matplotlib/matplotlib · GitHub
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.3k
Code
Issues
1.1k
Pull requests
429
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
_api
__init__.py
on
v3.11.2
User selector
Datepicker
Commit history
Commits on Apr 21, 2026
Add suggestions to more lookup errors (#31514)
Show description for b07211f
QuLogic
authored
b07211f
View commit details
Copy full SHA for b07211f
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
FIX: Disallow twinx/twiny on Axes3D
Show description for f8a68b7
timhoffm
committed
f8a68b7
View commit details
Copy full SHA for f8a68b7
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
MNT: Rename check_getitem to getitem_checked
timhoffm
committed
325a0dd
View commit details
Copy full SHA for 325a0dd
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
Speedup normalize_kwargs by storing aliases in a more practical format.
Show description for d4ce763
anntzer
committed
d4ce763
View commit details
Copy full SHA for d4ce763
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
Remove outdated notion of property alias priority from docs.
Show description for 1d3c51e
anntzer
committed
1d3c51e
View commit details
Copy full SHA for 1d3c51e
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
FIX: Gracefully handle numpy arrays as input to check_in_list() (#30714)
Show description for 419eb3e
timhoffm
authored
419eb3e
View commit details
Copy full SHA for 419eb3e
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
Include close matches in error message when key not found (#30001)
Show description for 192b7c2
dstansby
and
QuLogic
authored
192b7c2
View commit details
Copy full SHA for 192b7c2
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
MNT: make signature of GridSpec.update explicit
Show description for b8673bd
timhoffm
committed
b8673bd
View commit details
Copy full SHA for b8673bd
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
Simplify _api.warn_external on Python 3.12+
Show description for 9283ce5
QuLogic
committed
9283ce5
View commit details
Copy full SHA for 9283ce5
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
MNT: Make unused imports explicit
Show description for 2a01277
QuLogic
committed
2a01277
View commit details
Copy full SHA for 2a01277
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
Tweak shape repr in _api.check_shape error message.
Show description for f37329b
anntzer
committed
f37329b
View commit details
Copy full SHA for f37329b
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
Add typing for internal helpers
Show description for 97ab602
QuLogic
committed
97ab602
View commit details
Copy full SHA for 97ab602
View code at this point
Browse repository at this point
Commits on Apr 16, 2023
Use true positional args in check_foo APIs instead of simulating them.
anntzer
committed
100f45d
View commit details
Copy full SHA for 100f45d
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
MNT: delete references to frame objects
Show description for 01390c5
tacaswell
committed
01390c5
View commit details
Copy full SHA for 01390c5
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
Remove LGTM references and minor doc fixes
oscargus
committed
73d73e6
View commit details
Copy full SHA for 73d73e6
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
MNT: Update lru_cache to cache where appropriate
greglucas
committed
63a8ad4
View commit details
Copy full SHA for 63a8ad4
View code at this point
Browse repository at this point
MNT: Update code with Python 3.9+ syntax
Show description for 4d30640
greglucas
committed
4d30640
View commit details
Copy full SHA for 4d30640
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Harmonize exceptions for unknown keyword arguments.
Show description for 85bb0be
anntzer
committed
85bb0be
View commit details
Copy full SHA for 85bb0be
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
Improve argument checking for set_xticks().
anntzer
committed
df3d2ab
View commit details
Copy full SHA for df3d2ab
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Factor out error generation for function calls with wrong nargs.
Show description for 973e475
anntzer
committed
973e475
View commit details
Copy full SHA for 973e475
View code at this point
Browse repository at this point
Commits on Jun 12, 2022
Fix argument checking for set_interpolation_stage
oscargus
committed
07bf940
View commit details
Copy full SHA for 07bf940
View code at this point
Browse repository at this point
Commits on Feb 13, 2022
Move cbook._define_aliases() to _api.define_aliases()
Show description for 45d1df6
timhoffm
committed
45d1df6
View commit details
Copy full SHA for 45d1df6
View code at this point
Browse repository at this point
Commits on Dec 1, 2021
DOC: Misc rst syntax fixes
Show description for 09bd20b
Carreau
committed
09bd20b
View commit details
Copy full SHA for 09bd20b
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
Explicit registration of canvas-specific tool subclasses.
Show description for 66862e0
anntzer
committed
66862e0
View commit details
Copy full SHA for 66862e0
View code at this point
Browse repository at this point
Commits on Aug 20, 2021
Propose a less error-prone helper for module-level getattrs.
Show description for 627dbd6
anntzer
authored and
tacaswell
committed
627dbd6
View commit details
Copy full SHA for 627dbd6
View code at this point
Browse repository at this point
Commits on Jun 13, 2021
Add a helper for signature-overloaded functions.
anntzer
committed
41bdf01
View commit details
Copy full SHA for 41bdf01
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
Dedupe part of error message in check_in_list.
anntzer
committed
4eac631
View commit details
Copy full SHA for 4eac631
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
Move cbook._check_isinstance() to _api.check_isinstance()
timhoffm
committed
2d0e0c1
View commit details
Copy full SHA for 2d0e0c1
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Move from cbook._deprecate_*() to _api.deprecate_*()
timhoffm
committed
c803bd9
View commit details
Copy full SHA for c803bd9
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
Move internal usage from cbook._delete_parameter to _api.delete_parameter
timhoffm
committed
410c51d
View commit details
Copy full SHA for 410c51d
View code at this point
Browse repository at this point
Move internal usage from cbook._make_keyword_only to _api.make_keyword_only
timhoffm
committed
76709a4
View commit details
Copy full SHA for 76709a4
View code at this point
Browse repository at this point
Move internal usage from cbook._rename_parameter to _api.rename_parameter
timhoffm
committed
2533114
View commit details
Copy full SHA for 2533114
View code at this point
Browse repository at this point
Commits on Nov 7, 2020
MAINT: deprecate validCap, validJoin
brunobeltran
committed
0b71fe0
View commit details
Copy full SHA for 0b71fe0
View code at this point
Browse repository at this point
Commits on Oct 29, 2020
Move from @cbook.deprecated to @_api.deprecated
timhoffm
committed
47f73d7
View commit details
Copy full SHA for 47f73d7
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Fix import errors and extend module docs
timhoffm
committed
aec6841
View commit details
Copy full SHA for aec6841
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL