How to avoid overlapping of text labels in plot?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 20 Sep 2019
annotation('textarrow')
Sheila Dangol
le 20 Sep 2019
Walter Roberson
le 22 Sep 2019
You would use a different annotation('textarrow') call for each point.
Réponses (1)
Harsha Priya Daggubati
le 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 commentaire
Sheila Dangol
le 27 Sep 2019
Catégories
En savoir plus sur Axis Labels dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!