Thanks to visit codestin.com Credit goes to github.com
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 e42e9c0 + 96e8b2e commit 4762387Copy full SHA for 4762387
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