help-octave
[Top][All Lists]
Advanced

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

Octave 3.2.4 and Compass with no arrows and changing line style


From: Rick T
Subject: Octave 3.2.4 and Compass with no arrows and changing line style
Date: Sun, 13 May 2012 08:40:24 -1000


I have code that will plot a compass plot in octave (3.2.4)  but how do I get rid of the arrows / change color

[x,y]=pol2cart(90*pi/180,1);
compass
(x,y)

I tried

[x,y]=pol2cart(90*pi/180,1);
compass
(x,y,'*')

and

[x,y]=pol2cart(90*pi/180,1);
compass
(x,y,'--r')

along with several combinations any idea?

Thanks



reply via email to

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