How to make scatter plot with varying point sizes and hues on
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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!

0 Kommentare
Antworten (1)
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.
Siehe auch
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!