help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave plot with multiple colors in one plt


From: Ben Abbott
Subject: Re: Octave plot with multiple colors in one plt
Date: Fri, 25 Jul 2014 13:38:28 -0400

On Jul 25, 2014, at 1:18 PM, Octavity <address@hidden> wrote:

> inside=16; it varies for each simulation but hypothetically, it is 16.

The script still doesn't run for me.  If you'll make sure the script runs, I'll 
take a look.

In the meantime, below is a simple example of 10 lines with 10 different colors.

        set (gca (), 'colororder', rand (10,3));
        hold all
        cla ()
        plot (rand (10,10))

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]