ax = new_fig.axes[0]
ax.set_title('A custom plot')
for text in ax.texts:
    text.set_fontsize(20)
