view nextColor.m @ 919:e30aaa4a3e09 feature/poroelastic

Bugfix in Elastic2dVariable.get_boundary_ops
author Martin Almquist <malmquist@stanford.edu>
date Wed, 28 Nov 2018 14:04:31 -0800
parents e958ed76e484
children
line wrap: on
line source

function c = nextColor(ah)
    default_arg('ah', gca);

    c = ah.ColorOrder(ah.ColorOrderIndex, :);
end