Mercurial > repos > public > sbplib
view centerColorbar.m @ 515:ba92b27da5a0 feature/quantumTriangles
Tried to make skewsym.
Values left on the diagonal when time-dep!
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 07 Jul 2017 14:22:02 +0200 |
parents | 14f2be4fe9c1 |
children |
line wrap: on
line source
function centerColorbar(ah) old = ah.CLim; l = max(abs(old)); ah.CLim = [-l l]; end