Is is possible to generate similar bubble plot using matlab?

1 vue (au cours des 30 derniers jours)
Zeynab Mousavikhamene
Zeynab Mousavikhamene le 12 Avr 2020
Commenté : Mehmed Saad le 3 Juin 2020
Here is the plot:
I am intersted in generating similar plot. The axes are categorical.

Réponse acceptée

Walter Roberson
Walter Roberson le 12 Avr 2020
scatter() can take a different point size and different color for each point.
  1 commentaire
Mehmed Saad
Mehmed Saad le 3 Juin 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.

Connectez-vous pour commenter.

Plus de réponses (0)

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