matplotlib 提供各种字体配置,通过修改这些设置可以实现对字体的修改。 from matplotlib import rcParams rcParams['font.family']='sans-serif' ...
確定! 回上一頁