Graphic Object Size in matlab

4 views (last 30 days)
Is there any way to make the circles bigger in this plot?

Accepted Answer

Walter Roberson
Walter Roberson on 16 Mar 2018
If you are using plot3() you can pass 'MarkerSize' and a value.
If you are using scatter3 then the size is the 4th parameter.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!