* Francesco Potorti` <[EMAIL PROTECTED]> [2008-07-23 12:54]: > Package: octave-graceplot > Version: 1.0.5-1 > Severity: normal > > octave> pcolor([1 2],[3 4],[5,6;7,8]); ## everything well till now > octave> close > octave> toggle_grace_use > Use Grace: on > octave> plot([1 2],[3 4]); ## everything well till now > octave> close ## I also close the Grace window > manually > octave> pcolor([1 2],[3 4],[5,6;7,8]); ## I get a Grace window with an empty > plot > error: get: invalid handle (= 1) > error: evaluating assignment expression near line 43, column 7 > error: evaluating if command near line 42, column 3 > error: called from `gca' in file `/usr/share/octave/3.0.1/m/plot/gca.m' > error: evaluating argument list element number 1 > error: evaluating assignment expression near line 33, column 22 > error: evaluating if command near line 32, column 5 > error: evaluating if command near line 31, column 3 > error: called from `__next_line_color__' in file > `/usr/share/octave/3.0.1/m/plot/__next_line_color__.m' > error: evaluating if command near line 27, column 3 > error: called from `newplot' in file > `/usr/share/octave/3.0.1/m/plot/newplot.m' > error: called from `pcolor' in file `/usr/share/octave/3.0.1/m/plot/pcolor.m' > octave> close > octave>
You are out of hope here, because pcolor is not implemented in octave-graceplot. BTW, many other functions are also unimplemented, like pie, mesh, and quiver (for a full listing, compare teh directories /var/chroots/sid/usr/share/octave/3.0.1/m/plot/ and /usr/share/octave/packages/graceplot-1.0.5/alternatives/). Perhaps, the upstream author should include dummy functions in the alternatives/ directory for all those functions in m/plot/ which are lacking in the package. I will see if I can find a workaround for this problem. -- Rafael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

