nnsa.visualization package

Submodules

nnsa.visualization.eeg module

Functions:

get_default_positions()

Return a dict with default locations of EEG channels.

topoplot(data[, channels, positions, ax])

Topoplot of EEG data.

nnsa.visualization.eeg.get_default_positions()[source]

Return a dict with default locations of EEG channels. Keys are all lower-case.

nnsa.visualization.eeg.topoplot(data, channels=None, positions=None, ax=None, **kwargs)[source]

Topoplot of EEG data.

Parameters:
  • data (np.ndarray) – values at electrodes.

  • channels (list) – list of channel labels.

  • positions (list, dict) – list of positions of the electrodes. If not specified, will determine the positions from default locations and channels.

  • ax (plt.Axes) – axes to plot is.

  • **kwargs (dict) – for mne.viz.plot_topomap().

Module contents