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: Thomas Ilnseher
Subject: Re: legend on every second data set
Date: Mon, 19 May 2008 09:43:18 +0200

Am Montag, den 12.05.2008, 19:35 +0200 schrieb oxy:
> > plot(x1, y1, '*;legend1', x1, fit_y1, '-')
> 
> This does not work for me. Look
sorry for teh late reply, i was on vacation with no email access
> 
> octave-3.0.0:13> plot(g1(:,1),g1(:,2), '*;legend 1')
you forgot the second semicolon:
plot(g1(:,1),g1(:,2), '*;legend 1')
should be:
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?
-- 
Thomas Ilnseher <address@hidden>



reply via email to

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