eelbrain.plot.Topomap.set_vlim

Topomap.set_vlim(self, v=None, vmax=None, meas=None)

Change the colormap limits

If the limit is symmetric, use set_vlim(vlim); if it is not, use set_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 or 0. If vmax 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).