Change Font size when plotting using Python

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/vernice/article/details/78015045
import matplotlib
matplotlib.rcParams.update({'font.size': 22})

猜你喜欢

转载自blog.csdn.net/vernice/article/details/78015045