view nextColor.m @ 1079:ae4b090b5299

Bugfix missing semi-colon in Laplace1d.
author Martin Almquist <malmquist@stanford.edu>
date Wed, 20 Feb 2019 16:14:15 -0800
parents e958ed76e484
children
line wrap: on
line source

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

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