@@ -99,7 +99,7 @@ class _TransformedBoundsLocator:
9999 Axes locator for `.Axes.inset_axes` and similarly positioned Axes.
100100
101101 The locator is a callable object used in `.Axes.set_aspect` to compute the
102- axes location depending on the renderer.
102+ Axes location depending on the renderer.
103103 """
104104
105105 def __init__ (self , bounds , transform ):
@@ -1117,7 +1117,7 @@ def _gen_axes_patch(self):
11171117 The patch used to draw the background of the Axes. It is also used
11181118 as the clipping path for any data elements on the Axes.
11191119
1120- In the standard axes , this is a rectangle, but in other projections
1120+ In the standard Axes , this is a rectangle, but in other projections
11211121 it may not be.
11221122
11231123 Notes
@@ -1149,7 +1149,7 @@ def sharex(self, other):
11491149 Share the x-axis with *other*.
11501150
11511151 This is equivalent to passing ``sharex=other`` when constructing the
1152- axes , and cannot be used if the x-axis is already being shared with
1152+ Axes , and cannot be used if the x-axis is already being shared with
11531153 another Axes.
11541154 """
11551155 _api .check_isinstance (_AxesBase , other = other )
@@ -1168,7 +1168,7 @@ def sharey(self, other):
11681168 Share the y-axis with *other*.
11691169
11701170 This is equivalent to passing ``sharey=other`` when constructing the
1171- axes , and cannot be used if the y-axis is already being shared with
1171+ Axes , and cannot be used if the y-axis is already being shared with
11721172 another Axes.
11731173 """
11741174 _api .check_isinstance (_AxesBase , other = other )
@@ -2413,7 +2413,7 @@ def add_table(self, tab):
24132413
24142414 def add_container (self , container ):
24152415 """
2416- Add a `.Container` to the axes ' containers; return the container.
2416+ Add a `.Container` to the Axes ' containers; return the container.
24172417 """
24182418 label = container .get_label ()
24192419 if not label :
@@ -2499,8 +2499,8 @@ def _process_unit_info(self, datasets=None, kwargs=None, *, convert=True):
24992499 (which gets passed through).
25002500 kwargs : dict
25012501 Other parameters from which unit info (i.e., the *xunits*,
2502- *yunits*, *zunits* (for 3D axes ), *runits* and *thetaunits* (for
2503- polar axes ) entries) is popped, if present. Note that this dict is
2502+ *yunits*, *zunits* (for 3D Axes ), *runits* and *thetaunits* (for
2503+ polar) entries) is popped, if present. Note that this dict is
25042504 mutated in-place!
25052505 convert : bool, default: True
25062506 Whether to return the original datasets or the converted ones.
@@ -2779,7 +2779,7 @@ def autoscale(self, enable=True, axis='both', tight=None):
27792779 True turns autoscaling on, False turns it off.
27802780 None leaves the autoscaling state unchanged.
27812781 axis : {'both', 'x', 'y'}, default: 'both'
2782- The axis on which to operate. (For 3D axes , *axis* can also be set
2782+ The axis on which to operate. (For 3D Axes , *axis* can also be set
27832783 to 'z', and 'both' refers to all three axes.)
27842784 tight : bool or None, default: None
27852785 If True, first set the margins to zero. Then, this argument is
@@ -2853,7 +2853,7 @@ def autoscale_view(self, tight=None, scalex=True, scaley=True):
28532853 if self .use_sticky_edges :
28542854 # Only iterate over Axes and artists if needed. The check for
28552855 # ``hasattr(ax, "_children")`` is necessary because this can be
2856- # called very early in the Axes init process (e.g., for twin axes )
2856+ # called very early in the Axes init process (e.g., for twin Axes )
28572857 # when these attributes don't even exist yet, in which case
28582858 # `get_children` would raise an AttributeError.
28592859 if self ._xmargin and scalex and self ._autoscaleXon :
@@ -2953,7 +2953,7 @@ def _get_axis_map(self):
29532953 Return a mapping of `Axis` "names" to `Axis` instances.
29542954
29552955 The `Axis` name is derived from the attribute under which the instance
2956- is stored, so e.g. for polar axes , the theta-axis is still named "x"
2956+ is stored, so e.g. for polar Axes , the theta-axis is still named "x"
29572957 and the r-axis is still named "y" (for back-compatibility).
29582958
29592959 In practice, this means that the entries are typically "x" and "y", and
@@ -3245,7 +3245,7 @@ def grid(self, visible=None, which='major', axis='both', **kwargs):
32453245 def ticklabel_format (self , * , axis = 'both' , style = '' , scilimits = None ,
32463246 useOffset = None , useLocale = None , useMathText = None ):
32473247 r"""
3248- Configure the `.ScalarFormatter` used by default for linear axes .
3248+ Configure the `.ScalarFormatter` used by default for linear Axes .
32493249
32503250 If a parameter is not set, the corresponding property of the formatter
32513251 is left unchanged.
@@ -3327,7 +3327,7 @@ def locator_params(self, axis='both', tight=None, **kwargs):
33273327 Parameters
33283328 ----------
33293329 axis : {'both', 'x', 'y'}, default: 'both'
3330- The axis on which to operate. (For 3D axes , *axis* can also be
3330+ The axis on which to operate. (For 3D Axes , *axis* can also be
33313331 set to 'z', and 'both' refers to all three axes.)
33323332 tight : bool or None, optional
33333333 Parameter passed to `~.Axes.autoscale_view`.
@@ -3340,7 +3340,7 @@ def locator_params(self, axis='both', tight=None, **kwargs):
33403340 ``set_params()`` method of the locator. Supported keywords depend
33413341 on the type of the locator. See for example
33423342 `~.ticker.MaxNLocator.set_params` for the `.ticker.MaxNLocator`
3343- used by default for linear axes .
3343+ used by default for linear.
33443344
33453345 Examples
33463346 --------
@@ -3377,7 +3377,7 @@ def tick_params(self, axis='both', **kwargs):
33773377 Other Parameters
33783378 ----------------
33793379 direction : {'in', 'out', 'inout'}
3380- Puts ticks inside the axes , outside the axes , or both.
3380+ Puts ticks inside the Axes , outside the Axes , or both.
33813381 length : float
33823382 Tick length in points.
33833383 width : float
@@ -4538,7 +4538,7 @@ def contains(self, mouseevent):
45384538
45394539 def contains_point (self , point ):
45404540 """
4541- Return whether *point* (pair of pixel coordinates) is inside the axes
4541+ Return whether *point* (pair of pixel coordinates) is inside the Axes
45424542 patch.
45434543 """
45444544 return self .patch .contains_point (point , radius = 1.0 )
@@ -4568,7 +4568,7 @@ def get_default_bbox_extra_artists(self):
45684568 artists .remove (self ._right_title )
45694569
45704570 # always include types that do not internally implement clipping
4571- # to axes . may have clip_on set to True and clip_box equivalent
4571+ # to Axes . may have clip_on set to True and clip_box equivalent
45724572 # to ax.bbox but then ignore these properties during draws.
45734573 noclip = (_AxesBase , maxis .Axis ,
45744574 offsetbox .AnnotationBbox , offsetbox .OffsetBox )
@@ -4578,7 +4578,7 @@ def get_default_bbox_extra_artists(self):
45784578 def get_tightbbox (self , renderer , call_axes_locator = True ,
45794579 bbox_extra_artists = None , * , for_layout_only = False ):
45804580 """
4581- Return the tight bounding box of the axes , including axis and their
4581+ Return the tight bounding box of the Axes , including axis and their
45824582 decorators (xlabel, title, etc).
45834583
45844584 Artists that have ``artist.set_in_layout(False)`` are not included
0 commit comments