@@ -600,7 +600,7 @@ def __init__(self, patch, ox, oy, props=None, **kwargs):
600
600
If *None*, the shadow will have have the same color as the face,
601
601
but darkened.
602
602
603
- kwargs are
603
+ Valid keyword arguments are:
604
604
605
605
%(Patch)s
606
606
"""
@@ -682,7 +682,7 @@ def __init__(self, xy, width, height, angle=0.0, **kwargs):
682
682
683
683
Notes
684
684
-----
685
- Valid kwargs are:
685
+ Valid keyword arguments are:
686
686
687
687
%(Patch)s
688
688
"""
@@ -853,7 +853,7 @@ def __init__(self, xy, numVertices, radius=5, orientation=0,
853
853
*orientation*
854
854
rotates the polygon (in radians).
855
855
856
- Valid kwargs are:
856
+ Valid keyword arguments are:
857
857
858
858
%(Patch)s
859
859
"""
@@ -931,7 +931,7 @@ def __init__(self, path, **kwargs):
931
931
"""
932
932
*path* is a :class:`matplotlib.path.Path` object.
933
933
934
- Valid kwargs are:
934
+ Valid keyword arguments are:
935
935
936
936
%(Patch)s
937
937
"""
@@ -961,7 +961,7 @@ def __init__(self, xy, closed=True, **kwargs):
961
961
If *closed* is *True*, the polygon will be closed so the
962
962
starting and ending points are the same.
963
963
964
- Valid kwargs are:
964
+ Valid keyword arguments are:
965
965
966
966
%(Patch)s
967
967
"""
@@ -1060,7 +1060,7 @@ def __init__(self, center, r, theta1, theta2, width=None, **kwargs):
1060
1060
then a partial wedge is drawn from inner radius *r* - *width*
1061
1061
to outer radius *r*.
1062
1062
1063
- Valid kwargs are:
1063
+ Valid keyword arguments are:
1064
1064
1065
1065
%(Patch)s
1066
1066
"""
@@ -1311,7 +1311,7 @@ def __init__(self, xy, radius=5,
1311
1311
*resolution* sides. For a smoother circle drawn with splines,
1312
1312
see :class:`~matplotlib.patches.Circle`.
1313
1313
1314
- Valid kwargs are:
1314
+ Valid keyword arguments are:
1315
1315
1316
1316
%(Patch)s
1317
1317
"""
@@ -1348,7 +1348,7 @@ def __init__(self, xy, width, height, angle=0, **kwargs):
1348
1348
1349
1349
Notes
1350
1350
-----
1351
- Valid keyword arguments are
1351
+ Valid keyword arguments are:
1352
1352
1353
1353
%(Patch)s
1354
1354
"""
@@ -1426,7 +1426,7 @@ def __init__(self, xy, radius=5, **kwargs):
1426
1426
which is a polygonal approximation, this uses Bezier splines
1427
1427
and is much closer to a scale-free circle.
1428
1428
1429
- Valid kwargs are:
1429
+ Valid keyword arguments are:
1430
1430
1431
1431
%(Patch)s
1432
1432
"""
0 commit comments