📅  最后修改于: 2022-03-11 14:47:12.346000             🧑  作者: Mango
plt.scatter(x, y, s=size)
# To match with markersize, the square of the markersize should be the
# same as the scatter size: s=markersize**2