Skip to content

Commit 59331be

Browse files
Abitamimanntzer
authored andcommitted
Make arrow annotation arrowhead adjustable (tutorial).
[Only the tutorial patch was kept by the PR committer.]
1 parent 5822546 commit 59331be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

galleries/users_explain/text/annotations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,20 +231,20 @@
231231
# The arguments are the name of the box style with its attributes as
232232
# keyword arguments. Currently, following box styles are implemented:
233233
#
234-
# ========== ============== ==========================
234+
# ========== ============== ====================================
235235
# Class Name Attrs
236-
# ========== ============== ==========================
236+
# ========== ============== ====================================
237237
# Circle ``circle`` pad=0.3
238-
# DArrow ``darrow`` pad=0.3
238+
# DArrow ``darrow`` pad=0.3,head_width=1.5,head_angle=90
239239
# Ellipse ``ellipse`` pad=0.3
240-
# LArrow ``larrow`` pad=0.3
241-
# RArrow ``rarrow`` pad=0.3
240+
# LArrow ``larrow`` pad=0.3,head_width=1.5,head_angle=90
241+
# RArrow ``rarrow`` pad=0.3,head_width=1.5,head_angle=90
242242
# Round ``round`` pad=0.3,rounding_size=None
243243
# Round4 ``round4`` pad=0.3,rounding_size=None
244244
# Roundtooth ``roundtooth`` pad=0.3,tooth_size=None
245245
# Sawtooth ``sawtooth`` pad=0.3,tooth_size=None
246246
# Square ``square`` pad=0.3
247-
# ========== ============== ==========================
247+
# ========== ============== ====================================
248248
#
249249
# .. figure:: /gallery/shapes_and_collections/images/sphx_glr_fancybox_demo_001.png
250250
# :target: /gallery/shapes_and_collections/fancybox_demo.html

0 commit comments

Comments
 (0)