I wonder if it exist any way to change the font size in the MNE plots such as raw.plot()
see if https://mne.tools/stable/auto_examples/visualization/publication_figure.html?highlight=customizing can help
it’s always possible to modify a matplotlib figure after it’s rendered or you can change rcParams (the colors
and fonts by default).
HTH
Alex