- Please refer to this MATLAB Answer : Plot and Hover
- Make a list of country name corresponding to there latitude and longitude by yourself.
- Make some changes in the above MATLAB Answer code accordingly.
How to add label to geoscatter when havering over the datapoint
조회 수: 14(최근 30일)
표시 이전 댓글
Hello Community,
Below a very simple script that plots tsunamis on a map. When you hoover over a datapoint you only see the Latitude and Longitide. How can I add i.e. the Contry to this label when moving the mouse over the point? I don't want to plot up all the countries; that would make the plot too busy. I only want to see the country when going with the mouse over the point. How can I display this information. Any thoughts?
tsunamis = readtable('tsunamis.xlsx');
geoscatter(tsunamis.Latitude,tsunamis.Longitude)
Thanks,
Ferry
댓글 수: 0
채택된 답변
Vishesh
2022년 10월 6일
추가 답변(0개)
참고 항목
범주
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!