标签: python python-2.7 pdf matplotlib
尝试打印带图表的pdf,但表示轴上标记的数字太小。有谁知道如何增加字体大小?
答案 0 :(得分:0)
使用
import matplotlib as plt plt.tick_params(axis='both', labelsize=15)