@@ -30,7 +30,7 @@ def __init__(self, width, height, xdescent, ydescent,
3030 Location of this artist. Valid locations are
3131 'upper left', 'upper center', 'upper right',
3232 'center left', 'center', 'center right',
33- 'lower left', 'lower center, 'lower right'.
33+ 'lower left', 'lower center' , 'lower right'.
3434 For backward compatibility, numeric values are accepted as well.
3535 See the parameter *loc* of `.Legend` for details.
3636 pad : float, default: 0.4
@@ -88,7 +88,7 @@ def __init__(self, transform, loc,
8888 Location of this artist. Valid locations are
8989 'upper left', 'upper center', 'upper right',
9090 'center left', 'center', 'center right',
91- 'lower left', 'lower center, 'lower right'.
91+ 'lower left', 'lower center' , 'lower right'.
9292 For backward compatibility, numeric values are accepted as well.
9393 See the parameter *loc* of `.Legend` for details.
9494 pad : float, default: 0.4
@@ -144,7 +144,7 @@ def __init__(self, transform, width, height, angle, loc,
144144 Location of the ellipse. Valid locations are
145145 'upper left', 'upper center', 'upper right',
146146 'center left', 'center', 'center right',
147- 'lower left', 'lower center, 'lower right'.
147+ 'lower left', 'lower center' , 'lower right'.
148148 For backward compatibility, numeric values are accepted as well.
149149 See the parameter *loc* of `.Legend` for details.
150150 pad : float, default: 0.1
@@ -194,7 +194,7 @@ def __init__(self, transform, size, label, loc,
194194 Location of the size bar. Valid locations are
195195 'upper left', 'upper center', 'upper right',
196196 'center left', 'center', 'center right',
197- 'lower left', 'lower center, 'lower right'.
197+ 'lower left', 'lower center' , 'lower right'.
198198 For backward compatibility, numeric values are accepted as well.
199199 See the parameter *loc* of `.Legend` for details.
200200 pad : float, default: 0.1
@@ -314,7 +314,7 @@ def __init__(self, transform, label_x, label_y, length=0.15,
314314 Location of the arrow. Valid locations are
315315 'upper left', 'upper center', 'upper right',
316316 'center left', 'center', 'center right',
317- 'lower left', 'lower center, 'lower right'.
317+ 'lower left', 'lower center' , 'lower right'.
318318 For backward compatibility, numeric values are accepted as well.
319319 See the parameter *loc* of `.Legend` for details.
320320 angle : float, default: 0
0 commit comments