gpt4 book ai didi

python - 更改标签大小 - 足球场

转载 作者:行者123 更新时间:2023-12-03 18:54:24 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Matplotlib make tick labels font size smaller

(10 个回答)


9 个月前关闭。




是否可以轻松更改轴上标签的大小?

%matplotlib inline


import matplotlib.pyplot as plt
from mplsoccer.pitch import Pitch
plt.style.use('ggplot')

import matplotlib.pyplot as plt

pitch = Pitch(pitch_type='uefa',figsize=(16,10),axis=True,label=True, tick = True,
line_zorder=2, background_zorder=1, linewidth=4, spot_scale=0.0047)


fig, ax = pitch.draw()

最佳答案

设置获取的标签。

plt.setp(ax.get_xticklabels(), fontsize=14)
plt.setp(ax.get_yticklabels(), fontsize=14)
enter image description here

关于python - 更改标签大小 - 足球场,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66223938/

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