mne.viz.plot_bem(subject=None, subjects_dir=None, orientation=’coronal’, slices=None, brain_surfaces=None, src=None, show=True)[source]¶Plot BEM contours on anatomical slices.
| Parameters: | subject : str 
 subjects_dir : str | None 
 orientation : str 
 slices : list of int 
 brain_surfaces : None | str | list of str 
 src : None | SourceSpaces | str 
 show : bool 
  | 
|---|---|
| Returns: | fig : Instance of matplotlib.figure.Figure 
  | 
mne.viz.plot_bem¶