help-octave
[Top][All Lists]
Advanced

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

Re: Plotting Multiple Disconnected Lines in one call of line function


From: Jordi Gutiérrez Hermoso
Subject: Re: Plotting Multiple Disconnected Lines in one call of line function
Date: Sat, 31 Dec 2011 14:31:01 -0500

On 31 December 2011 13:31, Michael Goffioul <address@hidden> wrote:
> To insert "holes" in a line object, use NaN in the coordinates.

You can also plot a matrix against a vector:

    x = rand(10,1); plot([x,x], [0, 1])

- Jordi G. H.


reply via email to

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