help-octave
[Top][All Lists]
Advanced

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

Drawing line segments


From: Shaun Jackman
Subject: Drawing line segments
Date: Tue, 17 Jun 2008 14:21:19 -0700
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

I want to draw a number of scattered line segments in a plot. I have a matrix
with four columns: [x0 y0 x1 y1]. Is there a better/faster approach than
calling `line' in a for loop? I'd rather format the data in a way that I can
draw the scattered line-segment plot with a single call to either plot or line.
If it makes any difference, in this particular case all my lines are
horizontal, so y0 == y1, for any given line segment.

Thanks,
Shaun



reply via email to

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