help-octave
[Top][All Lists]
Advanced

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

Re: plot symbols


From: Claudio Belotti
Subject: Re: plot symbols
Date: Sat, 29 Apr 2006 15:56:18 +0200
User-agent: Mutt/1.5.11+cvs20060403

On Fri, 28 Apr 2006, jian Xu wrote:

> The plotting symbols doesn't seem right on my machine.  When I use
> plot(...., 'x'), it use +, when I say '*', it uses 'x', etc.  And the
> solid line, dotted line, etc. seems wrong also.  How can I fix this
> problem?  Thanks a lot.

in gnuplot try command
test

this gives you a demo with the corresponding linestyle/symbols
than in octave you can use plot(...,'@<n>') where <n> is the symbol number, 
this works only for symbols 0-9

Claudio


reply via email to

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