help-octave
[Top][All Lists]
Advanced

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

Re: legend on every second data set


From: oxy
Subject: Re: legend on every second data set
Date: Mon, 12 May 2008 19:35:06 +0200

> plot(x1, y1, '*;legend1', x1, fit_y1, '-')

This does not work for me. Look

octave-3.0.0:13> plot(g1(:,1),g1(:,2), '*;legend 1')
error: plot: properties must appear followed by a value
error: evaluating if command near line 58, column 6
error: evaluating if command near line 57, column 4
error: evaluating if command near line 55, column 2
error: evaluating if command near line 54, column 7
error: evaluating while command near line 41, column 5
error: evaluating if command near line 28, column 3
error: called from `__plt__' in file
`/usr/local/share/octave/3.0.0/m/plot/__plt__.m'
error: evaluating assignment expression near line 187, column 9
error: called from `plot' in file `/usr/local/share/octave/3.0.0/m/plot/plot.m'


Any idea?


reply via email to

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