900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > python matplotlib画图改变图标题和坐标轴标题的字体大小

python matplotlib画图改变图标题和坐标轴标题的字体大小

时间:2022-12-30 05:59:24

相关推荐

python matplotlib画图改变图标题和坐标轴标题的字体大小

import matplotlib.pyplot as pltplt.title('Input',fontdict={'weight':'normal','size': 20}) #改变图标题字体plt.xlabel('Time', fontdict={'weight': 'normal', 'size': 13})#改变坐标轴标题字体

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。