📜  设置标题 matplotlib - Python 代码示例

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

代码示例3
import matplotlib.pyplot as plt

fig, axs = plt.subplots(1, 2)
axs[0].set_title('TITLE1')