- MNE version: 0.24.1
- operating system: 4.19.0-16-amd64
I am trying to plot ICA component property to detect artifact using mne.preprocessing.ICA.plot_properties
From old tutorial (Removing muscle ICA components — MNE 1.1.dev0 documentation), it is suggested that we could plot power spectrum with log-log scale which will be helpful to detect muscle artifact. May I get some suggestion about how to plot power spectrum with log-log scale?
Another related question: I notiecd new mne.preprocessing.ICA.plot_properties delete the argument of lot_scale which I assume could be helpful too. May I ask is there another way that we could power spectrum with log scale?
Thanks a lot for helping!