eelbrain.plot.Topomap.set_vlim
- Topomap.set_vlim(v=None, vmax=None, meas=None)
Change the colormap limits
If the limit is symmetric, use
set_vlim(vlim)
; if it is not, useset_vlim(vmin, vmax)
.- Parameters
v (scalar) – If this is the only value specified it is interpreted as the upper end of the scale, and the lower end is determined based on the colormap to be
-v
or0
. Ifvmax
is also specified,v
specifies the lower end of the scale.vmax (scalar (optional)) – Upper end of the color scale.
meas (str (optional)) – Measurement type to apply (default is the first one found).