Mercurial > repos > public > sbplib
view nextColor.m @ 1050:19d821ddc108 feature/getBoundaryOp
Fix mistakes in adbb80e60b10
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 22 Jan 2019 11:27:30 -0800 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end