mne.viz.plot_cov(cov, info, exclude=[], colorbar=True, proj=False, show_svd=True, show=True, verbose=None)[source]¶Plot Covariance data.
| Parameters: | cov : instance of Covariance 
 info: dict 
 exclude : list of string | str 
 colorbar : bool 
 proj : bool 
 show_svd : bool 
 show : bool 
 verbose : bool, str, int, or None 
  | 
|---|---|
| Returns: | fig_cov : instance of matplotlib.pyplot.Figure 
 fig_svd : instance of matplotlib.pyplot.Figure | None 
  | 
mne.viz.plot_cov¶