``` python fig, axes = plt.subplots() axes.plot(np.arange(5), np.arange(5)) fig.suptitle("Hello") fig.suptitle("Title") ```