Is is possible to generate similar bubble plot using matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Zeynab Mousavikhamene
am 12 Apr. 2020
Kommentiert: Mehmed Saad
am 3 Jun. 2020
Here is the plot:
I am intersted in generating similar plot. The axes are categorical.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 12 Apr. 2020
scatter() can take a different point size and different color for each point.
1 Kommentar
Mehmed Saad
am 3 Jun. 2020
Your syntax must be
scatter(x,y,sz,c,'filled')
think how you have to add that line (Hint: use line or plot)
I am accepting walter's answer because it is what you really ask.
Weitere Antworten (0)
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!