help-octave
[Top][All Lists]
Advanced

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

Re: invalid character for plot (x, y, FMT)


From: Mike Miller
Subject: Re: invalid character for plot (x, y, FMT)
Date: Tue, 8 Dec 2015 09:09:24 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Dec 08, 2015 at 13:22:39 +0100, Jonathan Camilleri wrote:
> Why do I get this error, the help seems to indicate this is valid syntax?
> I cannot use the bug tracker sorry.
> 
> load(data.csv) - sourced from http://archive.ics.uci.edu/ml/
> plot (data, mean(data), `x')

You have quoted the 'x' character with a backtick, this is the incorrect
character, it should be a single quote, the same character before and
after the symbol. What help resource indicated that this is valid
syntax?

-- 
mike



reply via email to

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