Mercurial > repos > public > sbplib
view nextColor.m @ 1242:ff613067dec6 feature/dirac_discr
Merge heads
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 19 Nov 2019 17:04:32 -0800 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end