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.
0 个评论
采纳的回答
Walter Roberson
2020-4-12
scatter() can take a different point size and different color for each point.
1 个评论
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 Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!