help-octave
[Top][All Lists]
Advanced

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

How do you plot dashed lines?


From: Vic Norton
Subject: How do you plot dashed lines?
Date: Fri, 19 Mar 2004 15:13:24 -0500

How do you plot dashed lines in octave? I'm using gnuplot. The MatLab format
   octave> plot(F(1, :), F(2, :), "--")
just produces a solid red line.
   octave> plot(F(1, :), F(2, :), "b--")
changes the line to blue, but it is still solid.

So how do you get dashes?

Regards,

Vic



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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