Is is possible to generate similar bubble plot using matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
Here is the plot:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/283801/image.jpeg)
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일
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/308906/image.png)
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!