pyplot:我可以设置全局标记大小参数吗?

时间:2016-04-14 22:21:38

标签: python matplotlib

在整个程序中,是否有一个命令可用于全局设置所有散点图的大小?

1 个答案:

答案 0 :(得分:1)

您可以define your own stylesheetoverride the defaults by hand

import matplotlib as mpl
mpl.rcParams['lines.markersize'] = 10

here are the default styles