Scatterplot with ID Markers

조회 수: 11 (최근 30일)
Saunok Chakrabarty
Saunok Chakrabarty 2021년 7월 9일
댓글: Saunok Chakrabarty 2021년 7월 12일
I am trying to plot a scatterplot between two sets of data, X and Y. X and Y are column vectors, and each (X,Y) pair correspond to a specific country (an example given below). In the scatter, I need the data points to indicate which country they belong to, and also show the trendline and R-sq. Additionally, is there a way for me to display only some of the country points and not all?
X Y
India 224.4 52.2
China 143547.6 53784.9
Thanks for your attention!
Regards,
Saunok

채택된 답변

Sam
Sam 2021년 7월 9일
You can use datatips for doing this. Read more about datatips here.
You can also have a look at DataTipTemplate and DataTipRows. Here's a great post i found that can be adopted for an application similar to yours, plotting only some points. Read more here
  댓글 수: 1
Saunok Chakrabarty
Saunok Chakrabarty 2021년 7월 12일
Thank you so much! It worked!

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by