Vizualisaton

Visualization utilities for EEG analyses.

This module gathers all plotting functions: topographic maps (topomaps), filterbank plots, TRF significance highlighting, pairwise boxplots with significance overlays, and interactive evoked plots.

Functions

significance_overlay(pval, edges[, height, ...])

Annotate barplot (preferably, but any type really) with p-values.

pairwise_boxplots(arr1, arr2[, labels, ax, ...])

Plot two boxplot of supplied series with small lines indicating pairwise change between the two series.

plot_interactive(*args, **kwargs)

topomap(*args, **kwargs)

get_spatial_colors(info)

Create a set of colours given the channel locations of a raw MNE object.

colormap_masked([ncolors, knee_index, cmap, ...])

Create a colormap with value below a threshold being greyed out and transparent.

plot_trf_signi(trf, reject[, ...])

Plot a TRF with significant portions highlighted and with thicker lines.

plot_filterbank(fbank)

Plot a filterbank as created by pyeeg.preprocess.create_filterbank().

plot_filterbank_output(signals[, x, ...])

Plot the output coming out of a filterbank.

topoplot_array(*args, **kwargs)

plots_topogrid(*args, **kwargs)