Applying labels to specific data points
이전 댓글 표시
I have a scatter plot of x = [0 1 2] and y = [8 7 6] with corresponding labels in N = ['A', 'B', 'C']. I know how to add labels to all the data points using the text() or labelpoints() functions but I was wondering if there was a way to apply labels to certain data points only, e.g. (1,7) and (2,6)?
댓글 수: 2
Greg
2018년 1월 15일
Share the (relevant) code you currently have so we know what to work with.
Also, what is labelpoints? If you're using non-bundled functions, it helps to say so.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!