view centerColorbar.m @ 723:87436a107d8a feature/grids

Fix bug in bcSetup for inhom conditions
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 20 Mar 2018 14:43:04 +0100
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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