Mercurial > repos > public > sbplib
view nextColor.m @ 1204:687515778437 feature/poroelastic
Add anisotropic interface
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 06 Sep 2019 14:21:18 -0700 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end