Outputting text on subplot with mixed normalised/normal coordinates
古いコメントを表示
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)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Axes Appearance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!