Mercurial > repos > public > sbplib
view nextColor.m @ 1249:1f82ad27616d feature/dirac_discr
Close branch feature/dirac_discr
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 20 Nov 2019 22:24:06 +0000 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end