view centerColorbar.m @ 906:0499239496cf feature/utux2D

Remove property interpolation_type in LaplaceCurvilinear
author Martin Almquist <malmquist@stanford.edu>
date Fri, 23 Nov 2018 20:07:13 -0800
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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