MCPcopy
hub / github.com/mne-tools/mne-python / plot_topomap

Method plot_topomap

mne/time_frequency/spectrum.py:780–900  ·  view source on GitHub ↗

Plot scalp topography of PSD for chosen frequency bands. Parameters ---------- %(bands_psd_topo)s %(ch_type_topomap_psd)s %(normalize_psd_topo)s %(agg_fun_psd_topo)s %(dB_plot_topomap)s %(sensors_topomap)s %(show_names_topomap)

(
        self,
        bands=None,
        ch_type=None,
        *,
        normalize=False,
        agg_fun=None,
        dB=False,
        sensors=True,
        show_names=False,
        mask=None,
        mask_params=None,
        contours=6,
        outlines="head",
        sphere=None,
        image_interp=_INTERPOLATION_DEFAULT,
        extrapolate=_EXTRAPOLATE_DEFAULT,
        border=_BORDER_DEFAULT,
        res=64,
        size=1,
        cmap=None,
        vlim=(None, None),
        cnorm=None,
        colorbar=True,
        cbar_fmt="auto",
        units=None,
        axes=None,
        show=True,
    )

Source from the content-addressed store, hash-verified

778
779 @fill_doc
780 def plot_topomap(
781 self,
782 bands=None,
783 ch_type=None,
784 *,
785 normalize=False,
786 agg_fun=None,
787 dB=False,
788 sensors=True,
789 show_names=False,
790 mask=None,
791 mask_params=None,
792 contours=6,
793 outlines="head",
794 sphere=None,
795 image_interp=_INTERPOLATION_DEFAULT,
796 extrapolate=_EXTRAPOLATE_DEFAULT,
797 border=_BORDER_DEFAULT,
798 res=64,
799 size=1,
800 cmap=None,
801 vlim=(None, None),
802 cnorm=None,
803 colorbar=True,
804 cbar_fmt="auto",
805 units=None,
806 axes=None,
807 show=True,
808 ):
809 """Plot scalp topography of PSD for chosen frequency bands.
810
811 Parameters
812 ----------
813 %(bands_psd_topo)s
814 %(ch_type_topomap_psd)s
815 %(normalize_psd_topo)s
816 %(agg_fun_psd_topo)s
817 %(dB_plot_topomap)s
818 %(sensors_topomap)s
819 %(show_names_topomap)s
820 %(mask_evoked_topomap)s
821 %(mask_params_topomap)s
822 %(contours_topomap)s
823 %(outlines_topomap)s
824 %(sphere_topomap_auto)s
825 %(image_interp_topomap)s
826 %(extrapolate_topomap)s
827 %(border_topomap)s
828 %(res_topomap)s
829 %(size_topomap)s
830 %(cmap_topomap)s
831 %(vlim_plot_topomap_psd)s
832 %(cnorm)s
833 %(colorbar_topomap)s
834 %(cbar_fmt_topomap_psd)s
835 %(units_topomap)s
836 %(axes_spectrum_plot_topomap)s
837 %(show)s

Callers 1

plot_psd_topomapMethod · 0.45

Calls 9

get_dataMethod · 0.95
_get_plot_ch_typeFunction · 0.85
_handle_defaultFunction · 0.85
_prepare_topomap_plotFunction · 0.85
_make_head_outlinesFunction · 0.85
_merge_ch_dataFunction · 0.85
_prepare_sensor_namesFunction · 0.85
plot_psds_topomapFunction · 0.85

Tested by

no test coverage detected