view nextColor.m @ 1218:50102334c85b feature/d2_compatible

Merge with default
author Martin Almquist <malmquist@stanford.edu>
date Wed, 13 Nov 2019 15:35:27 -0800
parents e958ed76e484
children
line wrap: on
line source

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

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