8000 Backport PR #14933 on branch v3.1.x (DOC: typo x2 costum -> custom) by meeseeksmachine · Pull Request #14935 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Backport PR #14933 on branch v3.1.x (DOC: typo x2 costum -> custom) #14935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def axes(arg=None, **kwargs):
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
'polar', 'rectilinear', str}, optional
The projection type of the `~.axes.Axes`. *str* is the name of
a costum projection, see `~matplotlib.projections`. The default
a custom projection, see `~matplotlib.projections`. The default
None results in a 'rectilinear' projection.

polar : boolean, optional
Expand Down Expand Up @@ -961,7 +961,7 @@ def subplot(*args, **kwargs):
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
'polar', 'rectilinear', str}, optional
The projection type of the subplot (`~.axes.Axes`). *str* is the name
of a costum projection, see `~matplotlib.projections`. The default
of a custom projection, see `~matplotlib.projections`. The default
None results in a 'rectilinear' projection.

polar : boolean, optional
Expand Down
0