How to make scatter plot with varying point sizes and hues on

11 vues (au cours des 30 derniers jours)
Gem
Gem le 23 Mai 2023
Commenté : Gem le 26 Mai 2023
I am struggling to add information of different size of points depending on the value of intensity.
I really appreciate if anyone please help me to a make scatter plot with different size of points (depending on the intensity) and different colors (depending on species S1, S2, S3, S4) as the following example based on the data1.
Thank you very much!

Réponses (1)

Steven Lord
Steven Lord le 23 Mai 2023
See the entries in the Syntax section on the documentation page for the scatter function that include the sz (size) and c (colors) input arguments. The "Vary Circle Size" and "Vary Circle Color" examples on that documentation page may also be of use to you as a model for your code.
  1 commentaire
Gem
Gem le 26 Mai 2023
Thank you very much for your suggestion.
I also tried to use bubblechart and could separate the data based on the size of bubbles (points) and colors.

Connectez-vous pour commenter.

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!

Translated by