setColorRange

set color range for figures

Syntax

setColorRange([min max],'all')
setColorRange('equal','current')
setColorRange('tight','figure',figurelist)

Input

[min max]

minimum and maximum value

figurelist

list of figure where the plots should be scaled

param,val Parameters and values that control setColorRange
Parameter Description
'equal'

scale plots to the same range

'tight'

scale plots individually

'all'

scale all plots

'current'

scale only plots in the current figure

'figure'

scale only plots in figurelist

'zero2white'

color zero values white

See also

multiplot, S2Grid/plot