Changing the color of specific points in a scatter plot
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jakob Sørensen
le 21 Fév 2014
Modifié(e) : akshay raj
le 5 Fév 2015
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?
0 commentaires
Réponse acceptée
Image Analyst
le 21 Fév 2014
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 commentaires
akshay raj
le 5 Fév 2015
Modifié(e) : akshay raj
le 5 Fév 2015
hey would you be able to share your code?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Scatter Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!