mne.viz.plot_drop_log(drop_log, threshold=0, n_max_plot=20, subject=’Unknown’, color=(0.9, 0.9, 0.9), width=0.8, ignore=(‘IGNORED’, ), show=True)[source]¶Show the channel stats based on a drop_log from Epochs.
| Parameters: | drop_log : list of lists 
 threshold : float 
 n_max_plot : int 
 subject : str 
 color : tuple | str 
 width : float 
 ignore : list 
 show : bool 
  | 
|---|---|
| Returns: | fig : Instance of matplotlib.figure.Figure 
  |