|
Hi all!
I used annotation (textarrow) so far in figures where only 1 plot was displayed. With help of the before mentioned arrow I marked critical value in empirical distribution showed by histogram. For the end point of arrow I simply calculated what is relative position of critical value on the x-axis and then pointed end of arrow to that point (someRelativeX, Y=0). Now however I am in situation where I have to use subplot to show 6 histograms on 1 figure. Is there any way to use annotation in this mode?
Annotation namely takes relative coordinates (values from 0 to 1) according to the figure. Obviously I have to instead look at individual plots...
|