You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/users/next_whats_new/box_arrow_size_controls.rst
+8-32Lines changed: 8 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -9,40 +9,16 @@ By using negative angles (or corresponding reflex angles) for *head_angle*, arro
9
9
with 'backwards' heads may be created.
10
10
11
11
.. plot::
12
-
:include-source:false
13
-
:alt:A plot containing two arrow-shaped text boxes. One arrow has a pentagonal 'road-sign' shape, and the other an inverted arrow head on each end.
12
+
:include-source:true
13
+
:alt:Six arrow-shaped text boxes, all containing the text "Arrow". The top left arrow has a shorter head than default, while the top right arrow a longer head. The centre left double arrow has a "road-sign" shape (head as wide as the arrow tail), while the centre right arrow has a "backwards" head. The bottom left arrow has two heads which are larger than default, and the bottom right arrow has a head narrower than its tail.
14
14
15
-
import numpy as np
16
15
import matplotlib.pyplot as plt
17
16
18
-
# Data for plotting; here, an intensity distribution for Fraunhofer diffraction
0 commit comments