📜  plt 紧凑布局 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:17.293000             🧑  作者: Mango

代码示例1
fig, ax = plt.subplots()
example_plot(ax, fontsize=24)
plt.tight_layout()