octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35144] trisurf.m demo failure


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #35144] trisurf.m demo failure
Date: Thu, 22 Dec 2011 13:47:54 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20100101 Firefox/9.0

Follow-up Comment #4, bug #35144 (project octave):

both. With gnuplot, I get the error and no plot

octave:1> demo /usr/local/share/octave/3.5.90+/m/plot/trisurf.m
/usr/local/share/octave/3.5.90+/m/plot/trisurf.m example 1:
 clf
 old_state = rand ("state");
 restore_state = onCleanup (@() rand ("state", old_state));
 rand ("state", 10);
 N = 10;
 x = 3 - 6 * rand (N, N);
 y = 3 - 6 * rand (N, N);
 z = peaks (x, y);
 tri = delaunay (x(:), y(:));
 trisurf (tri, x(:), y(:), z(:));

error: __go_draw_axes__: operator *: nonconformant arguments (op1 is 0x0, op2
is 3x1)
error: called from:
error:   /usr/local/share/octave/3.5.90+/m/plot/private/__go_draw_axes__.m at
line 701, column 30
error:   /usr/local/share/octave/3.5.90+/m/plot/private/__go_draw_figure__.m
at line 167, column 19
error:   /usr/local/share/octave/3.5.90+/m/plot/__gnuplot_drawnow__.m at line
86, column 5
error: input: reading user-input failed!
error:   /usr/local/share/octave/3.5.90+/m/testfun/demo.m at line 119, column
7

The error arises from trisurf call


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35144>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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