mne.viz.plot_filter(h, sfreq, freq=None, gain=None, title=None, color=’#1f77b4’, flim=None, fscale=’log’, alim=(-60, 10), show=True)[source]¶Plot properties of a filter.
| Parameters: | h : dict or ndarray 
 sfreq : float 
 freq : array-like or None 
 gain : array-like or None 
 title : str | None 
 color : color object 
 flim : tuple or None 
 fscale : str 
 alim : tuple 
 show : bool 
  | 
|---|---|
| Returns: | fig : matplotlib.figure.Figure 
  | 
See also
Notes
New in version 0.14.
mne.viz.plot_filter¶