Is is possible to generate similar bubble plot using matlab?

Here is the plot:
I am intersted in generating similar plot. The axes are categorical.

 Accepted Answer

scatter() can take a different point size and different color for each point.

1 Comment

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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!