Skip to content

Commit 2a31cca

Browse files
committed
change indentation of parameter description
1 parent b8ae472 commit 2a31cca

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

lib/matplotlib/patches.py

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,10 +3427,10 @@ def __init__(self, head_length=.4, head_width=.2):
34273427
Parameters
34283428
----------
34293429
head_length : float, optional, default : 0.4
3430-
Length of the arrow head
3430+
Length of the arrow head
34313431
34323432
head_width : float, optional, default : 0.2
3433-
Width of the arrow head
3433+
Width of the arrow head
34343434
"""
34353435

34363436
super(ArrowStyle.CurveA, self).__init__(
@@ -3449,10 +3449,10 @@ def __init__(self, head_length=.4, head_width=.2):
34493449
Parameters
34503450
----------
34513451
head_length : float, optional, default : 0.4
3452-
Length of the arrow head
3452+
Length of the arrow head
34533453
34543454
head_width : float, optional, default : 0.2
3455-
Width of the arrow head
3455+
Width of the arrow head
34563456
"""
34573457

34583458
super(ArrowStyle.CurveB, self).__init__(
@@ -3471,10 +3471,10 @@ def __init__(self, head_length=.4, head_width=.2):
34713471
Parameters
34723472
----------
34733473
head_length : float, optional, default : 0.4
3474-
Length of the arrow head
3474+
Length of the arrow head
34753475
34763476
head_width : float, optional, default : 0.2
3477-
Width of the arrow head
3477+
Width of the arrow head
34783478
"""
34793479

34803480
super(ArrowStyle.CurveAB, self).__init__(
@@ -3493,10 +3493,10 @@ def __init__(self, head_length=.4, head_width=.2):
34933493
Parameters
34943494
----------
34953495
head_length : float, optional, default : 0.4
3496-
Length of the arrow head
3496+
Length of the arrow head
34973497
34983498
head_width : float, optional, default : 0.2
3499-
Width of the arrow head
3499+
Width of the arrow head
35003500
"""
35013501

35023502
super(ArrowStyle.CurveFilledA, self).__init__(
@@ -3516,10 +3516,10 @@ def __init__(self, head_length=.4, head_width=.2):
35163516
Parameters
35173517
----------
35183518
head_length : float, optional, default : 0.4
3519-
Length of the arrow head
3519+
Length of the arrow head
35203520
35213521
head_width : float, optional, default : 0.2
3522-
Width of the arrow head
3522+
Width of the arrow head
35233523
"""
35243524

35253525
super(ArrowStyle.CurveFilledB, self).__init__(
@@ -3539,10 +3539,10 @@ def __init__(self, head_length=.4, head_width=.2):
35393539
Parameters
35403540
----------
35413541
head_length : float, optional, default : 0.4
3542-
Length of the arrow head
3542+
Length of the arrow head
35433543
35443544
head_width : float, optional, default : 0.2
3545-
Width of the arrow head
3545+
Width of the arrow head
35463546
"""
35473547

35483548
super(ArrowStyle.CurveFilledAB, self).__init__(
@@ -3641,22 +3641,22 @@ def __init__(self,
36413641
Parameters
36423642
----------
36433643
widthA : float, optional, default : 1.0
3644-
Width of the bracket
3644+
Width of the bracket
36453645
36463646
lengthA : float, optional, default : 0.2
3647-
Length of the bracket
3647+
Length of the bracket
36483648
36493649
angleA : float, optional, default : None
3650-
Angle between the bracket and the line
3650+
Angle between the bracket and the line
36513651
36523652
widthB : float, optional, default : 1.0
3653-
Width of the bracket
3653+
Width of the bracket
36543654
36553655
lengthB : float, optional, default : 0.2
3656-
Length of the bracket
3656+
Length of the bracket
36573657
36583658
angleB : float, optional, default : None
3659-
Angle between the bracket and the line
3659+
Angle between the bracket and the line
36603660
"""
36613661

36623662
super(ArrowStyle.BracketAB, self).__init__(
@@ -3676,13 +3676,13 @@ def __init__(self, widthA=1., lengthA=0.2, angleA=None):
36763676
Parameters
36773677
----------
36783678
widthA : float, optional, default : 1.0
3679-
Width of the bracket
3679+
Width of the bracket
36803680
36813681
lengthA : float, optional, default : 0.2
3682-
Length of the bracket
3682+
Length of the bracket
36833683
36843684
angleA : float, optional, default : None
3685-
Angle between the bracket and the line
3685+
Angle between the bracket and the line
36863686
"""
36873687

36883688
super(ArrowStyle.BracketA, self).__init__(True, None,
@@ -3702,13 +3702,13 @@ def __init__(self, widthB=1., lengthB=0.2, angleB=None):
37023702
Parameters
37033703
----------
37043704
widthB : float, optional, default : 1.0
3705-
Width of the bracket
3705+
Width of the bracket
37063706
37073707
lengthB : float, optional, default : 0.2
3708-
Length of the bracket
3708+
Length of the bracket
37093709
37103710
angleB : float, optional, default : None
3711-
Angle between the bracket and the line
3711+
Angle between the bracket and the line
37123712
"""
37133713

37143714
super(ArrowStyle.BracketB, self).__init__(None, True,
@@ -3730,22 +3730,22 @@ def __init__(self,
37303730
Parameters
37313731
----------
37323732
widthA : float, optional, default : 1.0
3733-
Width of the bracket
3733+
Width of the bracket
37343734
37353735
lengthA : int
3736-
Length of the bracket
3736+
Length of the bracket
37373737
37383738
angleA : float, optional, default : None
3739-
Angle between the bracket and the line
3739+
Angle between the bracket and the line
37403740
37413741
widthB : float, optional, default : 1.0
3742-
Width of the bracket
3742+
Width of the bracket
37433743
37443744
lengthB : int
3745-
Length of the bracket
3745+
Length of the bracket
37463746
37473747
angleB : float, optional, default : None
3748-
Angle between the bracket and the line
3748+
Angle between the bracket and the line
37493749
"""
37503750

37513751
super(ArrowStyle.BarAB, self).__init__(
@@ -3764,13 +3764,13 @@ def __init__(self, head_length=.5, head_width=.5, tail_width=.2):
37643764
Parameters
37653765
----------
37663766
head_length : float, optional, default : 0.5
3767-
Length of the arrow head
3767+
Length of the arrow head
37683768
37693769
head_width : float, optional, default : 0.5
3770-
Width of the arrow head
3770+
Width of the arrow head
37713771
37723772
tail_width : float, optional, default : 0.2
3773-
Width of the arrow tail
3773+
Width of the arrow tail
37743774
"""
37753775

37763776
self.head_length, self.head_width, self.tail_width = \
@@ -3851,13 +3851,13 @@ def __init__(self, head_length=.4, head_width=.4, tail_width=.4):
38513851
Parameters
38523852
----------
38533853
head_length : float, optional, default : 0.4
3854-
Length of the arrow head
3854+
Length of the arrow head
38553855
38563856
head_width : float, optional, default : 0.4
3857-
Width of the arrow head
3857+
Width of the arrow head
38583858
38593859
tail_width : float, optional, default : 0.4
3860-
Width of the arrow tail
3860+
Width of the arrow tail
38613861
"""
38623862

38633863
self.head_length, self.head_width, self.tail_width = \
@@ -3956,10 +3956,10 @@ def __init__(self, tail_width=.3, shrink_factor=0.5):
39563956
Parameters
39573957
----------
39583958
tail_width : float, optional, default : 0.3
3959-
Width of the tail
3959+
Width of the tail
39603960
39613961
shrink_factor : float, optional, default : 0.5
3962-
Fraction of the arrow width at the middle point
3962+
Fraction of the arrow width at the middle point
39633963
"""
39643964

39653965
self.tail_width = tail_width

0 commit comments

Comments
 (0)