How to avoid overlapping of text labels in plot?
이전 댓글 표시
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
Walter Roberson
2019년 9월 20일
annotation('textarrow')
Sheila Dangol
2019년 9월 20일
Walter Roberson
2019년 9월 22일
You would use a different annotation('textarrow') call for each point.
답변 (1개)
Harsha Priya Daggubati
2019년 9월 23일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!