Choose a layout based on the channels in the info ‘chs’ field.
mne.InfoThe mne.Info object with information about the sensors and methods of measurement.
NoneThe channel type for selecting single channel layouts.
Defaults to None. Note, this argument will only be considered for
VectorView type layout. Use 'meg' to force using the full layout
in situations where the info does only contain one sensor type.
list of str | strList of channels to exclude. If empty do not exclude any. If ‘bads’, exclude channels in info[‘bads’] (default).