raw.plot(bad_color)

External Email - Use Caution

Hi!
Is it possible to set raw.plot bad_color to white (ie the same color as the
backdrop so that the time series of manually removed channels becomes
invisible). I've tried the rgb float for white, but that just gives some
greyish nuance.

Best,
Karin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200203/47358bf2/attachment.html

External Email - Use Caution

try :

raw.plot(bad_color=(1, 1, 1))

Alex