view centerColorbar.m @ 591:39554f2de783 feature/utux2D

Add Utux2D scheme
author Martin Almquist <martin.almquist@it.uu.se>
date Mon, 11 Sep 2017 14:12:54 +0200
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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