@@ -23,9 +23,9 @@ def __init__(self, width, height, xdescent, ydescent,
2323 Parameters
2424 ----------
2525 width, height : float
26- width and height of the container, in pixels.
26+ Width and height of the container, in pixels.
2727 xdescent, ydescent : float
28- descent of the container in the x- and y- direction, in pixels.
28+ Descent of the container in the x- and y- direction, in pixels.
2929 loc : str
3030 Location of this artist. Valid locations are
3131 'upper left', 'upper center', 'upper right',
@@ -141,7 +141,7 @@ def __init__(self, transform, width, height, angle, loc,
141141 angle : float
142142 Rotation of the ellipse, in degrees, anti-clockwise.
143143 loc : str
144- Location of this ellipse. Valid locations are
144+ Location of the ellipse. Valid locations are
145145 'upper left', 'upper center', 'upper right',
146146 'center left', 'center', 'center right',
147147 'lower left', 'lower center, 'lower right'.
@@ -191,7 +191,7 @@ def __init__(self, transform, size, label, loc,
191191 label : str
192192 Label to display.
193193 loc : str
194- Location of this ellipse . Valid locations are
194+ Location of the size bar . Valid locations are
195195 'upper left', 'upper center', 'upper right',
196196 'center left', 'center', 'center right',
197197 'lower left', 'lower center, 'lower right'.
@@ -216,7 +216,7 @@ def __init__(self, transform, size, label, loc,
216216 fontproperties : `matplotlib.font_manager.FontProperties`, optional
217217 Font properties for the label text.
218218 fill_bar : bool, optional
219- If True and if size_vertical is nonzero, the size bar will
219+ If True and if * size_vertical* is nonzero, the size bar will
220220 be filled in with the color specified by the size bar.
221221 Defaults to True if *size_vertical* is greater than
222222 zero and False otherwise.
@@ -311,7 +311,7 @@ def __init__(self, transform, label_x, label_y, length=0.15,
311311 fontsize : float, default: 0.08
312312 Size of label strings, given in coordinates of *transform*.
313313 loc : str, default: 'upper left'
314- Location of this ellipse . Valid locations are
314+ Location of the arrow . Valid locations are
315315 'upper left', 'upper center', 'upper right',
316316 'center left', 'center', 'center right',
317317 'lower left', 'lower center, 'lower right'.
0 commit comments