view centerColorbar.m @ 640:4046b046c1f7 feature/d1_staggered

Add staggered grid class, Staggered<Structured.
author Martin Almquist <malmquist@stanford.edu>
date Sat, 11 Nov 2017 20:25:12 -0800
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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