How to avoid overlapping of text labels in plot?
Show older comments
The data in the graph(shown below) have same value and the labelling is unclear here due to overlapping. Is there any way to avoid overlapping of the labels?
Thank you!

3 Comments
Walter Roberson
on 20 Sep 2019
annotation('textarrow')
Sheila Dangol
on 20 Sep 2019
Walter Roberson
on 22 Sep 2019
You would use a different annotation('textarrow') call for each point.
Answers (1)
Harsha Priya Daggubati
on 23 Sep 2019
0 votes
Hi,
As Walter Roberson mentioned, you need to create annotation for every point that needs to be plotted, in your case for 11 (x,y) points.
1 Comment
Sheila Dangol
on 27 Sep 2019
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!