Topoplot electrode distance matrix with bridged electrodes connected.
mne.InfoThe mne.Info object with information about the sensors and methods of measurement.
list of tupleThe indices of channels marked as bridged with each bridged
pair stored as a tuple.
Can be generated via
mne.preprocessing.compute_bridged_electrodes().
array of float, shape (n_channels, n_channels)The electrical distance matrix for each pair of EEG electrodes.
Can be generated via
mne.preprocessing.compute_bridged_electrodes().
strA title to add to the plot.
dict | NoneArguments to pass to mne.viz.plot_topomap().
matplotlib.figure.FigureThe topoplot figure handle.
mne.viz.plot_bridged_electrodes#