Return a colormap similar to that used by mne_analyze.
list
(or array
) of length 3 or 6Bounds for the colormap, which will be mirrored across zero if length 3, or completely specified (and potentially asymmetric) if length 6.
str
Type of colormap to return. If ‘matplotlib’, will return a matplotlib.colors.LinearSegmentedColormap. If ‘vtk’, will return an RGBA array of shape (256, 4).
Notes
For this will return a colormap that will display correctly for data that are scaled by the plotting function to span [-fmax, fmax].