Mercurial > repos > public > sbplib
view nextColor.m @ 1245:0a1c64d3c717 feature/dirac_discr
Avoid indentation of whole function
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 20 Nov 2019 20:30:45 +0100 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end