Clear Filters
Clear Filters

Graphic Object Size in matlab

1 view (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)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!