Is is possible to generate similar bubble plot using matlab?

1 次查看(过去 30 天)
Here is the plot:
I am intersted in generating similar plot. The axes are categorical.

采纳的回答

Walter Roberson
Walter Roberson 2020-4-12
scatter() can take a different point size and different color for each point.
  1 个评论
Mehmed Saad
Mehmed Saad 2020-6-3
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by