view centerColorbar.m @ 597:8a1c36bbb977 feature/utux2D

Merge with better multiblock defs.
author Martin Almquist <malmquist@stanford.edu>
date Tue, 26 Sep 2017 13:28:49 -0700
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

    l = max(abs(old));
    ah.CLim = [-l l];
end