Change points name when plot
조회 수: 14 (최근 30일)
이전 댓글 표시
hello so I have a some data
plot(tspend)
Is there anyway that I can change the X,Y values at each point
etc something like X a
Y b
where
a=1; b=1;

댓글 수: 0
채택된 답변
Ameer Hamza
2020년 5월 7일
See datatip(): https://www.mathworks.com/help/matlab/ref/matlab.graphics.datatip.datatip.html and this link: https://www.mathworks.com/help/matlab/creating_plots/create-custom-data-tips.html to find out how to customize the content of data tips.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!