view centerColorbar.m @ 568:12ee11893453 feature/grids

Add todo about method name change
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 01 Sep 2017 10:52:56 +0200
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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