I'd like to plot some equally spaced scatter with different size.
The "space" is shown in the dotted lines. However, since the size of the scatter is different, and the x
, y
params in the ax.scatter
define the center of each sactter. I don't know how to control them. I think the key is to offset the radius length of the scatters with different size, but I don't know how to get it.
(I have to use the ax.scatter()
method for this)