|
From: | Bill Denney |
Subject: | Re: Scatter graph with line |
Date: | Thu, 12 Feb 2009 20:06:22 -0500 |
User-agent: | Thunderbird 2.0.0.19 (Windows/20081209) |
Hi Oscar, Assuming your data is a pair of vectors x and y: x = rand (10, 1); y = rand (10, 1); plot (x, y, "x-k") should do something like what you're wanting. The "x-k" makes the symbols xs at each point, the - makes it a solid line, and the k makes it black. You can see more info by typing help plot at the Octave prompt. Have a good day, Bill Oscar Bayona Candel wrote: Hi all I want to use scatter graph but linking each pair of points with a line. Can anyone give me light... |
[Prev in Thread] | Current Thread | [Next in Thread] |