@@ -23,9 +23,9 @@ def __init__(self, width, height, xdescent, ydescent,
23
23
Parameters
24
24
----------
25
25
width, height : float
26
- width and height of the container, in pixels.
26
+ Width and height of the container, in pixels.
27
27
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.
29
29
loc : str
30
30
Location of this artist. Valid locations are
31
31
'upper left', 'upper center', 'upper right',
@@ -141,7 +141,7 @@ def __init__(self, transform, width, height, angle, loc,
141
141
angle : float
142
142
Rotation of the ellipse, in degrees, anti-clockwise.
143
143
loc : str
144
- Location of this ellipse. Valid locations are
144
+ Location of the ellipse. Valid locations are
145
145
'upper left', 'upper center', 'upper right',
146
146
'center left', 'center', 'center right',
147
147
'lower left', 'lower center, 'lower right'.
@@ -191,7 +191,7 @@ def __init__(self, transform, size, label, loc,
191
191
label : str
192
192
Label to display.
193
193
loc : str
194
- Location of this ellipse . Valid locations are
194
+ Location of the size bar . Valid locations are
195
195
'upper left', 'upper center', 'upper right',
196
196
'center left', 'center', 'center right',
197
197
'lower left', 'lower center, 'lower right'.
@@ -216,7 +216,7 @@ def __init__(self, transform, size, label, loc,
216
216
fontproperties : `matplotlib.font_manager.FontProperties`, optional
217
217
Font properties for the label text.
218
218
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
220
220
be filled in with the color specified by the size bar.
221
221
Defaults to True if *size_vertical* is greater than
222
222
zero and False otherwise.
@@ -311,7 +311,7 @@ def __init__(self, transform, label_x, label_y, length=0.15,
311
311
fontsize : float, default: 0.08
312
312
Size of label strings, given in coordinates of *transform*.
313
313
loc : str, default: 'upper left'
314
- Location of this ellipse . Valid locations are
314
+ Location of the arrow . Valid locations are
315
315
'upper left', 'upper center', 'upper right',
316
316
'center left', 'center', 'center right',
317
317
'lower left', 'lower center, 'lower right'.
0 commit comments