eegprep.pop_topoplot#
- eegprep.pop_topoplot(EEG=None, typeplot=1, items=None, topotitle=None, rowcols=None, plotdip=0, *args, gui=None, renderer=None, return_com=False, **kwargs)#
Plot EEGLAB-style 2-D scalp maps for ERP latencies or ICA components.
- Parameters:
typeplot (int) –
1for channel ERP latency maps,0for component maps.items (Any) – Latencies in ms when
typeplot=1or 1-based component indices whentypeplot=0. Negative component indices invert map polarity andNaNleaves a blank subplot.topotitle (str | None) – Figure title.
rowcols (Any) – Optional
[rows, columns]layout. Empty uses EEGLAB’s near-square page geometry.plotdip (Any) – Accepted for EEGLAB signature compatibility; DIPFIT overlays are deferred to the Phase 4 headplot/DIPFIT integration.
gui (bool | None) – Force or suppress the EEGLAB-like input dialog.
renderer (Any | None) – Optional dialog renderer for tests.
return_com (bool) – Return
(figures, command)when true.**kwargs (Any) – Additional
topoplotoptions such aselectrodes,colorbarandmaplimits.args (Any)