for example, when I plot something and add titles and so forth, I get a list of lines showing output like the ones below before the actual plot shows, sometimes very long lists.
<matplotlib.figure.Figure at 0x244deb8dd68>
<matplotlib.axes._subplots.AxesSubplot at 0x244deb99358>
<matplotlib.text.Text at 0x244defc9240>
Is there a way to hide these when plotting?