标签: python matplotlib
在整个程序中,是否有一个命令可用于全局设置所有散点图的大小?
答案 0 :(得分:1)
您可以define your own stylesheet或override the defaults by hand
import matplotlib as mpl mpl.rcParams['lines.markersize'] = 10
here are the default styles