We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31cca commit 389d85bCopy full SHA for 389d85b
lib/matplotlib/patches.py
@@ -3732,18 +3732,12 @@ def __init__(self,
3732
widthA : float, optional, default : 1.0
3733
Width of the bracket
3734
3735
- lengthA : int
3736
- Length of the bracket
3737
-
3738
angleA : float, optional, default : None
3739
Angle between the bracket and the line
3740
3741
widthB : float, optional, default : 1.0
3742
3743
3744
- lengthB : int
3745
3746
3747
angleB : float, optional, default : None
3748
3749
"""
0 commit comments