help-octave
[Top][All Lists]
Advanced

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

Re: double property "markersize" failed


From: Michael Goffioul
Subject: Re: double property "markersize" failed
Date: Tue, 13 Apr 2010 13:21:28 +0100

On Tue, Apr 13, 2010 at 6:49 AM, Corson Charles <address@hidden> wrote:
> Greetings,
>
> I was tinkering, always a bad thing, with the set
> (0,default..property,value)   so as to have a default sized marker for
> a long series of data reductions and I immediately got into the error
> state below (and yes, I made some typo's, but when checking the plot
> function afterwords, I was ok until the 'markersize' was tried - yes,
> I was experimenting on finding the right syntax).  I cannot get out of
> it, period.
>
> I have backups so, I restored the /opt/local/share/octave/3.2.3/m/
> plot/  directory.  no luck.  I ran octave w/no read of init files, the
> same errors.
>
>
> Any suggestions, or knowledge of how to recover, it would be
> appreciated of course (where do these default settings write to file?
> I assume somewhere as evidenced to the persistence of the error).
> True,   I can reinstall OCTAVE, changing the 'default property/value'
> for routine plotting *shouldn't* be a problem right?
>
>
> ok, back to work
>
>
>
> Charles
>
>
>
>
>
> $ octave -f
> GNU Octave, version 3.2.3
> Copyright (C) 2009 John W. Eaton and others.
> This is free software; see the source code for copying conditions.
> There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.
>
> Octave was configured for "i386-apple-darwin9.8.0".
>
> Additional information about Octave is available at http://www.octave.org
> .
>
> Please contribute if you find this software useful.
> For more information, visit http://www.octave.org/help-wanted.html
>
> Report bugs to <address@hidden> (but first, please read
> http://www.octave.org/bugs.html to learn how to write a helpful report).
>
> For information about changes from previous versions, type `news'.
>
> octave:1> plot (rand(10))
> octave:2> plot (rand(10),"@+k","markersize","1")
> error: set: invalid value for double property "markersize"

IMO, the error message is quite explicit. It tells you the
markersize property is given an invalid value. Indeed, you're
giving a string where a number is expected.

Michael.



reply via email to

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