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.
2 parents 1722bfd + 9699a47 commit efec9e7Copy full SHA for efec9e7
lib/matplotlib/pyplot.py
@@ -759,7 +759,7 @@ def axes(arg=None, **kwargs):
759
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
760
'polar', 'rectilinear', str}, optional
761
The projection type of the `~.axes.Axes`. *str* is the name of
762
- a costum projection, see `~matplotlib.projections`. The default
+ a custom projection, see `~matplotlib.projections`. The default
763
None results in a 'rectilinear' projection.
764
765
polar : boolean, optional
@@ -912,7 +912,7 @@ def subplot(*args, **kwargs):
912
913
914
The projection type of the subplot (`~.axes.Axes`). *str* is the name
915
- of a costum projection, see `~matplotlib.projections`. The default
+ of a custom projection, see `~matplotlib.projections`. The default
916
917
918
0 commit comments