Scatter plot labels with lines to each label

조회 수: 7 (최근 30일)
Joel
Joel 2016년 10월 23일
댓글: Joel 2016년 10월 28일
Hi,
I have a scatter plot where each point is labeled. However, it is not very readable due to some points being located close to each other.
How could someone draw a line from each point to a label in MATLAB? I would like the line to move when I move labels that are potentially misplaced/overlapping. What I have in mind is something like this,
Thank you in anticipation.
Regards
Joel

채택된 답변

Kevin Gurney
Kevin Gurney 2016년 10월 26일
편집: Kevin Gurney 2016년 10월 26일
My understanding is that you would like to reposition a text label along with its corresponding arrow if two text labels overlap in your scatter plot.
You can use the "textarrow" annotation type in MATLAB to draw an arrow with an associated text label to each point in your scatter plot.
Refer to the documentation pages below for additional information regarding the usage and available properties of the "textarrow" annotation type:
You can interactively draw and position "textarrow" annotations in a scatter plot by using the Plot Tools, and selecting Insert>Text Arrow from the figure window's menu bar.
For additional information regarding the Plot Tools, refer to the documentation page linked below:
  댓글 수: 1
Joel
Joel 2016년 10월 28일
Thank you, Kevin!
I have not been able to successfully implement this yet, but it looks like just what I was asking for. Thank you again! I appreciate it.
Regards Joel

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by