help-octave
[Top][All Lists]
Advanced

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

double property "markersize" failed


From: Corson Charles
Subject: double property "markersize" failed
Date: Mon, 12 Apr 2010 22:49:02 -0700

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"
error: called from:
error: /opt/local/share/octave/3.2.3/m/plot/__line__.m at line 65, column 5 error: /opt/local/share/octave/3.2.3/m/plot/line.m at line 38, column 5 error: /opt/local/share/octave/3.2.3/m/plot/__plt2vm__.m at line 77, column 17 error: /opt/local/share/octave/3.2.3/m/plot/__plt2__.m at line 70, column 14 error: /opt/local/share/octave/3.2.3/m/plot/__plt1__.m at line 61, column 10 error: /opt/local/share/octave/3.2.3/m/plot/__plt__.m at line 83, column 10 error: /opt/local/share/octave/3.2.3/m/plot/plot.m at line 186, column 5
octave:2>



reply via email to

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