view nextColor.m @ 1220:4dc295afe473

Merged in feature/d2_compatible (pull request #15) OpSet for fully compatible D2Variable Approved-by: Vidar Stiernström <vidar.stiernstrom@it.uu.se>
author Martin Almquist <malmquist@stanford.edu>
date Wed, 13 Nov 2019 23:36:19 +0000
parents e958ed76e484
children
line wrap: on
line source

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

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