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.

 채택된 답변

Walter Roberson
Walter Roberson 2020년 4월 12일

0 개 추천

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

댓글 수: 1

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개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by