import matplotlib.pyplot as plt
import numpy as np
figure, ax = plt.subplots()
plt.plot(np.arange(1, 11), np.arange(100, 110), label="A", linewidth=5.0)
font = {
'family': 'Times New Roman', 'weight': 'normal', 'size':
Python作图设置图例、刻度的字体、大小以及中文标签

最新推荐文章于 2025-07-11 16:44:43 发布
