Outputting text on subplot with mixed normalised/normal coordinates
Mostrar comentarios más antiguos
I have subplot on a figure and i want to place some text outside the plot as below (i.e. the text '80th pct' and '20th pct'

I started off with
text(1,1,'Your String','Units','normalized')
Whilst I need the x coordinate to be at the extreme, the y coordiante depends on the y value of the green dotted line (that I know).
So I'm not sure how to mix the cooridnates so x is normalised but y is fixed by a variable. Or maybe there is a better way. (I have another 6 subplots on this figure)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Axes Appearance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!