Does plotly have native support for arrows? For instance, in 2d is there an arrow object which plots an arrow shaft (line segment) together with an arrow tip (a filled triangle)? In 3d is there an arrow object which plots an arrow shaft (line segment or cylinder) with an arrow tip (a filled cone)? If not, what are alternate solutions? Obviously, it’s possible to manually construct an arrow from three line segments, but this would be rather laborious. Is it possible to write a javascript function arrow(s,t) that has input points for the source (s = [a,b] or s = [a,b,c]) and target (t = [c,d] or t = [d,e,f]) and would generate the data to plot an arrow from s to t?
etienne
2
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| 3D Vector Arrows | 4 | 14377 | June 15, 2018 | |
| Placing an annotation arrow in a mesh3d plot - how? | 6 | 2106 | August 26, 2016 | |
| Arrows in a scatter plot (Plotly Dash) | 1 | 2083 | November 8, 2019 | |
| Place an arrow/object/image next to a Candlestick data point | 1 | 1862 | April 10, 2018 | |
| Arrow heads at the direction of line (arrows) | 3 | 27397 | August 7, 2020 |