@@ -3427,10 +3427,10 @@ def __init__(self, head_length=.4, head_width=.2):
3427
3427
Parameters
3428
3428
----------
3429
3429
head_length : float, optional, default : 0.4
3430
- Length of the arrow head
3430
+ Length of the arrow head
3431
3431
3432
3432
head_width : float, optional, default : 0.2
3433
- Width of the arrow head
3433
+ Width of the arrow head
3434
3434
"""
3435
3435
3436
3436
super (ArrowStyle .CurveA , self ).__init__ (
@@ -3449,10 +3449,10 @@ def __init__(self, head_length=.4, head_width=.2):
3449
3449
Parameters
3450
3450
----------
3451
3451
head_length : float, optional, default : 0.4
3452
- Length of the arrow head
3452
+ Length of the arrow head
3453
3453
3454
3454
head_width : float, optional, default : 0.2
3455
- Width of the arrow head
3455
+ Width of the arrow head
3456
3456
"""
3457
3457
3458
3458
super (ArrowStyle .CurveB , self ).__init__ (
@@ -3471,10 +3471,10 @@ def __init__(self, head_length=.4, head_width=.2):
3471
3471
Parameters
3472
3472
----------
3473
3473
head_length : float, optional, default : 0.4
3474
- Length of the arrow head
3474
+ Length of the arrow head
3475
3475
3476
3476
head_width : float, optional, default : 0.2
3477
- Width of the arrow head
3477
+ Width of the arrow head
3478
3478
"""
3479
3479
3480
3480
super (ArrowStyle .CurveAB , self ).__init__ (
@@ -3493,10 +3493,10 @@ def __init__(self, head_length=.4, head_width=.2):
3493
3493
Parameters
3494
3494
----------
3495
3495
head_length : float, optional, default : 0.4
3496
- Length of the arrow head
3496
+ Length of the arrow head
3497
3497
3498
3498
head_width : float, optional, default : 0.2
3499
- Width of the arrow head
3499
+ Width of the arrow head
3500
3500
"""
3501
3501
3502
3502
super (ArrowStyle .CurveFilledA , self ).__init__ (
@@ -3516,10 +3516,10 @@ def __init__(self, head_length=.4, head_width=.2):
3516
3516
Parameters
3517
3517
----------
3518
3518
head_length : float, optional, default : 0.4
3519
- Length of the arrow head
3519
+ Length of the arrow head
3520
3520
3521
3521
head_width : float, optional, default : 0.2
3522
- Width of the arrow head
3522
+ Width of the arrow head
3523
3523
"""
3524
3524
3525
3525
super (ArrowStyle .CurveFilledB , self ).__init__ (
@@ -3539,10 +3539,10 @@ def __init__(self, head_length=.4, head_width=.2):
3539
3539
Parameters
3540
3540
----------
3541
3541
head_length : float, optional, default : 0.4
3542
- Length of the arrow head
3542
+ Length of the arrow head
3543
3543
3544
3544
head_width : float, optional, default : 0.2
3545
- Width of the arrow head
3545
+ Width of the arrow head
3546
3546
"""
3547
3547
3548
3548
super (ArrowStyle .CurveFilledAB , self ).__init__ (
@@ -3641,22 +3641,22 @@ def __init__(self,
3641
3641
Parameters
3642
3642
----------
3643
3643
widthA : float, optional, default : 1.0
3644
- Width of the bracket
3644
+ Width of the bracket
3645
3645
3646
3646
lengthA : float, optional, default : 0.2
3647
- Length of the bracket
3647
+ Length of the bracket
3648
3648
3649
3649
angleA : float, optional, default : None
3650
- Angle between the bracket and the line
3650
+ Angle between the bracket and the line
3651
3651
3652
3652
widthB : float, optional, default : 1.0
3653
- Width of the bracket
3653
+ Width of the bracket
3654
3654
3655
3655
lengthB : float, optional, default : 0.2
3656
- Length of the bracket
3656
+ Length of the bracket
3657
3657
3658
3658
angleB : float, optional, default : None
3659
- Angle between the bracket and the line
3659
+ Angle between the bracket and the line
3660
3660
"""
3661
3661
3662
3662
super (ArrowStyle .BracketAB , self ).__init__ (
@@ -3676,13 +3676,13 @@ def __init__(self, widthA=1., lengthA=0.2, angleA=None):
3676
3676
Parameters
3677
3677
----------
3678
3678
widthA : float, optional, default : 1.0
3679
- Width of the bracket
3679
+ Width of the bracket
3680
3680
3681
3681
lengthA : float, optional, default : 0.2
3682
- Length of the bracket
3682
+ Length of the bracket
3683
3683
3684
3684
angleA : float, optional, default : None
3685
- Angle between the bracket and the line
3685
+ Angle between the bracket and the line
3686
3686
"""
3687
3687
3688
3688
super (ArrowStyle .BracketA , self ).__init__ (True , None ,
@@ -3702,13 +3702,13 @@ def __init__(self, widthB=1., lengthB=0.2, angleB=None):
3702
3702
Parameters
3703
3703
----------
3704
3704
widthB : float, optional, default : 1.0
3705
- Width of the bracket
3705
+ Width of the bracket
3706
3706
3707
3707
lengthB : float, optional, default : 0.2
3708
- Length of the bracket
3708
+ Length of the bracket
3709
3709
3710
3710
angleB : float, optional, default : None
3711
- Angle between the bracket and the line
3711
+ Angle between the bracket and the line
3712
3712
"""
3713
3713
3714
3714
super (ArrowStyle .BracketB , self ).__init__ (None , True ,
@@ -3730,22 +3730,22 @@ def __init__(self,
3730
3730
Parameters
3731
3731
----------
3732
3732
widthA : float, optional, default : 1.0
3733
- Width of the bracket
3733
+ Width of the bracket
3734
3734
3735
3735
lengthA : int
3736
- Length of the bracket
3736
+ Length of the bracket
3737
3737
3738
3738
angleA : float, optional, default : None
3739
- Angle between the bracket and the line
3739
+ Angle between the bracket and the line
3740
3740
3741
3741
widthB : float, optional, default : 1.0
3742
- Width of the bracket
3742
+ Width of the bracket
3743
3743
3744
3744
lengthB : int
3745
- Length of the bracket
3745
+ Length of the bracket
3746
3746
3747
3747
angleB : float, optional, default : None
3748
- Angle between the bracket and the line
3748
+ Angle between the bracket and the line
3749
3749
"""
3750
3750
3751
3751
super (ArrowStyle .BarAB , self ).__init__ (
@@ -3764,13 +3764,13 @@ def __init__(self, head_length=.5, head_width=.5, tail_width=.2):
3764
3764
Parameters
3765
3765
----------
3766
3766
head_length : float, optional, default : 0.5
3767
- Length of the arrow head
3767
+ Length of the arrow head
3768
3768
3769
3769
head_width : float, optional, default : 0.5
3770
- Width of the arrow head
3770
+ Width of the arrow head
3771
3771
3772
3772
tail_width : float, optional, default : 0.2
3773
- Width of the arrow tail
3773
+ Width of the arrow tail
3774
3774
"""
3775
3775
3776
3776
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):
3851
3851
Parameters
3852
3852
----------
3853
3853
head_length : float, optional, default : 0.4
3854
- Length of the arrow head
3854
+ Length of the arrow head
3855
3855
3856
3856
head_width : float, optional, default : 0.4
3857
- Width of the arrow head
3857
+ Width of the arrow head
3858
3858
3859
3859
tail_width : float, optional, default : 0.4
3860
- Width of the arrow tail
3860
+ Width of the arrow tail
3861
3861
"""
3862
3862
3863
3863
self .head_length , self .head_width , self .tail_width = \
@@ -3956,10 +3956,10 @@ def __init__(self, tail_width=.3, shrink_factor=0.5):
3956
3956
Parameters
3957
3957
----------
3958
3958
tail_width : float, optional, default : 0.3
3959
- Width of the tail
3959
+ Width of the tail
3960
3960
3961
3961
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
3963
3963
"""
3964
3964
3965
3965
self .tail_width = tail_width
0 commit comments