mne.viz.
plot_head_positions
(pos, mode=’traces’, cmap=’viridis’, direction=’z’, show=True)[source]¶Plot head positions.
Parameters: | pos : ndarray, shape (n_pos, 10)
mode : str
cmap : matplotlib Colormap
direction : str
show : bool
|
---|---|
Returns: | fig : Instance of matplotlib.figure.Figure
|