Show the channel stats based on a drop_log from Epochs.
list of listEpoch drop log from Epochs.drop_log.
floatThe percentage threshold to use to decide whether or not to plot. Default is zero (always plot).
intMaximum number of channels to show stats for.
str | NoneThe 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 | strColor to use for the bars.
floatWidth of the bars.
listThe drop reasons to ignore.
Show figure if True.
matplotlib.figure.FigureThe figure.