I have a system of finite size circular particles (say r=5cm
) which I need to plot in a given domain (say L=5m
). Since they are many, scatter
is faster than any cyclic use of rectangle
.
What is unclear to me is the correct way to define the diameter/radius of the circles/marker so to scale correctly with the domain geometry which is plotted as well. (By using rectangle
, the diameter of the particle can be easily defined.)
Based on this answer, it is possible to have fine control of the marker size, although the real scaling is obscure to me.
Can anyone shed some light?