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

11 Ansichten (letzte 30 Tage)
Gem
Gem am 23 Mai 2023
Kommentiert: Gem am 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!

Antworten (1)

Steven Lord
Steven Lord am 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 Kommentar
Gem
Gem am 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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by