help-octave
[Top][All Lists]
Advanced

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

linestyle property


From: Daniel Oberhoff
Subject: linestyle property
Date: Tue, 10 Apr 2007 19:27:59 +0200

Hi,

I try to get different linestyles as in matlab, but the linestyle property doesnt do anything, is it not implemented yet, or is there something special top look out for?

I plot like

h=plot(x,y);
set(h,'LineStyle',':');

also tried "--" and "-.", and using directly like (plot(x,y,':'), all give me just an unbroken line. Also set(h,'Color',c) where c is one of rgby clears the plot and resets to blue.

Daniel





reply via email to

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