📜  matplotlib scatter 增加标记大小 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:12.346000             🧑  作者: Mango

代码示例1
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