Mercurial > repos > public > sbplib
view nextColor.m @ 1075:1f472522c515 feature/grids/LaplaceSquared
Close branch before merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 13 Feb 2019 20:51:56 +0100 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end