You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yields RuntimeWarning: More than 6 channels, truncating title ...
Two suggested enhancements:
if picks is one of the standard types (eeg, mag, grad...) then the title should reflect the channel type, rather than trying to list all channel names
if specific channels are requested, the truncation should happen with an info message printed to the terminal, not a RuntimeWarning (admittedly subjective, but I think a warning seems too strong for a "we truncated your plot title" message)
The text was updated successfully, but these errors were encountered:
drammock
changed the title
remove RuntimeWarning in plot_compare_evokeds?
ENH: better automatic plot titles in plot_compare_evokeds
Apr 17, 2019
yields
RuntimeWarning: More than 6 channels, truncating title ...
Two suggested enhancements:
picks
is one of the standard types (eeg
,mag
,grad
...) then the title should reflect the channel type, rather than trying to list all channel namesRuntimeWarning
(admittedly subjective, but I think a warning seems too strong for a "we truncated your plot title" message)The text was updated successfully, but these errors were encountered: