view centerColorbar.m @ 593:37948bfe9d79 feature/better_multiblock_defs

Complete Rectangle definition
author Martin Almquist <malmquist@stanford.edu>
date Mon, 18 Sep 2017 19:41:12 +0200
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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