gpt4 book ai didi

python - 将 matplotlib 文件另存为 png 时缺少 Y 轴标签

转载 作者:行者123 更新时间:2023-12-05 05:10:34 25 4
gpt4 key购买 nike

<分区>

我正在尝试将我的 matplotlib 图保存为 png。当我运行我的程序时,我看到图表由于 plt.show() 而出现,并且该图表具有 y 轴标签。但是当我查看创建的 .png 文件时,y 轴标签丢失了。

png file

graph

代码:

plt.plot_date(times, tps, 'b-', xdate=True)

plt.xlabel('Time', fontsize=20)
plt.ylabel('Transactions per Second', fontsize=20)
title = str(sys.argv[1])
title = title[title.rfind('/') + 1:]

plt.savefig(title + ".png")
plt.show()

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com