view centerColorbar.m @ 712:c9147e05d228 feature/quantumTriangles

changed Animate beck
author Ylva Rydin <ylva.rydin@telia.com>
date Tue, 20 Feb 2018 14:58:26 +0100
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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