필터 지우기
필터 지우기

Changing the color of specific points in a scatter plot

조회 수: 4 (최근 30일)
Jakob Sørensen
Jakob Sørensen 2014년 2월 21일
편집: akshay raj 2015년 2월 5일
Hey,
I got some points in a 2-dimensional space from two different classes. I got a label vector to identify which points belong to which class. Now I would like to use this label vector, to change the color of the points belonging to the second class, after having made a scatter plot. How do I do this, without having to separate the code in two scatter commands?

채택된 답변

Image Analyst
Image Analyst 2014년 2월 21일
One of the inputs to the scatter function is a list of colors for the different data points. Just make it up however you'd like and pass it in.
  댓글 수: 4
Jakob Sørensen
Jakob Sørensen 2014년 3월 10일
I got it to work, thanks for the assistance. In case you're still curious on the second question: It is because the I'm making a program for classification. The classification isn't done initially, but rather when the user clicks a button. Hence the points should not change color until this time.
akshay raj
akshay raj 2015년 2월 5일
편집: akshay raj 2015년 2월 5일
hey would you be able to share your code?

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by