Mercurial > repos > public > sbplib
view nextColor.m @ 1073:95113a592421 feature/grids/LaplaceSquared
Fix bug in d3 boundary condition
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 13 Feb 2019 10:24:06 +0100 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end