view centerColorbar.m @ 518:4709f2329372 feature/quantumTriangles

Added J to propertied
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 07 Aug 2017 09:02:49 +0200
parents 14f2be4fe9c1
children
line wrap: on
line source

function centerColorbar(ah)
    old = ah.CLim;

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