Show the channel stats based on a drop_log from Epochs.
list
of list
Epoch drop log from Epochs.drop_log.
float
The percentage threshold to use to decide whether or not to plot. Default is zero (always plot).
int
Maximum number of channels to show stats for.
str
| None
The subject name to use in the title of the plot. If None
, do not
display a subject name.
Changed in version 0.23: Added support for None
.
Changed in version 1.0: Defaults to None
.
tuple
| str
Color to use for the bars.
float
Width of the bars.
list
The drop reasons to ignore.
Show figure if True.
matplotlib.figure.Figure
The figure.