gpt4 book ai didi

python - 如何在python中调整直方图上的字体大小

转载 作者:行者123 更新时间:2023-12-05 07:02:31 27 4
gpt4 key购买 nike

我使用 df.hist() 创建了直方图,但不知何故我的轴的字体太大。如何调整大小?

Current plot output with large fonts

最佳答案

像这样将轴标签大小传递给 df.hist():

df.hist(xlabelsize=8, ylabelsize=10)

请参阅 pandas.DataFrame.hist() 的文档 here

关于python - 如何在python中调整直方图上的字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63542934/

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