📜  seaborn python 中的子图 - TypeScript 代码示例

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

代码示例2
fig, axes = plt.subplots(1, 2, sharex=True, figsize=(10,5))
fig.suptitle('Bigger 1 row x 2 columns axes with no data')
axes[0].set_title('Title of the first chart')