Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ca2a29

Browse files
authored
Merge pull request #20444 from Carloscerq/AddArrowStyles
ENH: Add ']->' and '<-[' arrow styles
2 parents 0a4a10c + 3968afb commit 9ca2a29

File tree

7 files changed

+226
-112
lines changed

7 files changed

+226
-112
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Change the drawing parameter in ArrowStyle
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
For drawing arrows heads or brackets at the arrow, use the ``arrow``
4+
parameter with the drawing of the desired arrow.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
New param ``arrow`` for the ``ArrowStyle`` arrows
2+
-------------------------------------------------
3+
4+
The new ``arrow`` substitutes the use of ``beginarrow``, ``beginarrow``
5+
params in the creation of arrows. It receives arrows strings like '<-',
6+
']-[' and ']->'.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
New arrow styles for ``ConnectionPatch``
2+
----------------------------------------
3+
4+
The new ``]->`` and ``<-[`` can be passed as the ``arrowstyle``
5+
params to the ``ConnectionPatch``.

0 commit comments

Comments
 (0)