Still, I want to know if I can do this with multiple channels at the time because whenever I try to change picks=['F4' ] to picks=['all ], I get an error.
Besides, I want to plot all my PSDs into one figure without averaging them. I want to see how they overlap one on top of each other all in one figure so people can better visualize how they differ.
If you don’t specify picks at all (that is, use the default of picks=None), PSDs for all (good) channels will be computed. You can then plot the computed PSDs, and by default you should see individual PSDs, i.e. raw.compute_psd().plot() should do what you want.
Hi, thank you for the help. picks=None worked well but once I try to plot it I get this error: AttributeError: 'NoneType' object has no attribute '_get_renderer'