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 15:29:25 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20100101 Firefox/9.0

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

first two work. but the third example fails:


/usr/local/share/octave/3.5.90+/m/plot/trisurf.m example 3:
 clf
 x = rand (100, 1);
 y = rand (100, 1);
 z = x.^2 + y.^2;
 tri = delaunay (x, y);
 trisurf (tri, x, y, z, "facecolor", "interp");

error: __go_draw_axes__: subscript indices must be either positive integers or
logicals
error: called from:
error:  
/pub/hg/octave_build/../octave/scripts/plot/private/__go_draw_axes__.m at line
759, column 37
error:  
/pub/hg/octave_build/../octave/scripts/plot/private/__go_draw_figure__.m at
line 167, column 19
error:   /pub/hg/octave_build/../octave/scripts/plot/__gnuplot_drawnow__.m at
line 86, column 5
error: input: reading user-input failed!
error:   /pub/hg/octave_build/../octave/scripts/testfun/demo.m at line 119,
column 7


    _______________________________________________________

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]