02-17-2020 12:27 AM
02-17-2020 12:44 AM
Yes 🙂
Use Annotations
Here I choose a fixed point - typically you're going to want to put the location of the annotation (X,Y values set to 4.4, 0.5 here) to an actual point in the graph, and then use the Label Offset to place the text and arrow from somewhere else.
Changing various values (style, point style) will adjust the appearance.
02-18-2020 12:32 AM
Is it also possible to display green line between two markers?
02-18-2020 01:09 AM
For a line like that, one option would be to add another plot (as an extra array, etc) with specific values and plot as a line, probably with an adjusted line width.
The other might be to use the same annotation idea, put the label offset such that it is at one end, the position at the other end, and change the style or point style to remove the head from the arrow, whilst setting the label visible to false.
I haven't tried that latter idea, but I think it should work. The first is probably easier though...
02-18-2020 01:10 AM