view centerColorbar.m @ 843:f63b99f0729d feature/burgers1d

Minor rewrite of RK4RV
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 17 Sep 2018 11:08:23 +0200
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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