8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1230e83 commit 96e8b2eCopy full SHA for 96e8b2e
lib/matplotlib/pyplot.py
@@ -809,7 +809,7 @@ def axes(arg=None, **kwargs):
809
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
810
'polar', 'rectilinear', str}, optional
811
The projection type of the `~.axes.Axes`. *str* is the name of
812
- a costum projection, see `~matplotlib.projections`. The default
+ a custom projection, see `~matplotlib.projections`. The default
813
None results in a 'rectilinear' projection.
814
815
polar : boolean, optional
@@ -961,7 +961,7 @@ def subplot(*args, **kwargs):
961
962
963
The projection type of the subplot (`~.axes.Axes`). *str* is the name
964
- of a costum projection, see `~matplotlib.projections`. The default
+ of a custom projection, see `~matplotlib.projections`. The default
965
966
967
0 commit comments