@@ -920,30 +920,30 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False, \
920
920
head_starts_at_zero = False ,** kwargs ):
921
921
"""
922
922
Constructor arguments
923
- width: float (default: 0.001)
923
+ * width* : float (default: 0.001)
924
924
width of full arrow tail
925
925
926
- length_includes_head: [True | False] (default: False)
926
+ * length_includes_head* : [True | False] (default: False)
927
927
True if head is to be counted in calculating the length.
928
928
929
- head_width: float or None (default: 3*width)
929
+ * head_width* : float or None (default: 3*width)
930
930
total width of the full arrow head
931
931
932
- head_length: float or None (default: 1.5 * head_width)
932
+ * head_length* : float or None (default: 1.5 * head_width)
933
933
length of arrow head
934
934
935
- shape: ['full', 'left', 'right'] (default: 'full')
935
+ * shape* : ['full', 'left', 'right'] (default: 'full')
936
936
draw the left-half, right-half, or full arrow
937
937
938
- overhang: float (default: 0)
938
+ * overhang* : float (default: 0)
939
939
fraction that the arrow is swept back (0 overhang means
940
940
triangular shape). Can be negative or greater than one.
941
941
942
- head_starts_at_zero: [True | False] (default: False)
942
+ * head_starts_at_zero* : [True | False] (default: False)
943
943
if True, the head starts being drawn at coordinate 0
944
944
instead of ending at coordinate 0.
945
945
946
- Other valid kwargs (inherited from Patch) are:
946
+ Other valid kwargs (inherited from :class:` Patch` ) are:
947
947
%(Patch)s
948
948
949
949
"""
0 commit comments