Displaying 2 results from an estimated 2 matches for "ismal".
Did you mean:
ismail
1998 May 06
0
Compiling on SGI Irix 5.3
...gin Fri Mar 13 11:51:50 1998
--- src/graphics/graphics.c Tue May 5 15:25:25 1998
***************
*** 805,812 ****
*ndiv = nu - ns;
if(*ndiv <= 0)
! printf("Gpretty(%g,%g,%d): cell=%g, ndiv= %d <=0;\t\t(ns,nu)=(%d,%d);
! dx=%g, unit=%3e, ismall=%1d.\n",
x1,x2, nd0, cell, *ndiv, ns, nu, dx, unit, (int)i_small);
}
--- 805,812 ----
*ndiv = nu - ns;
if(*ndiv <= 0)
! printf("Gpretty(%g,%g,%d): cell=%g, ndiv= %d <=0;\t\t(ns,nu)=(%d,%d);"
! "\t\t dx=%g, un...
1998 Jun 06
0
Strange Error on AIX
...or present:
Janusz> R : Copyright 1998, Robert Gentleman and Ross Ihaka Version
Janusz> 0.61.3 (May 3, 1998)
>> plot(rnorm(100),rnorm(100))
Janusz> Gpretty(NaNQ,NaNQ,5): cell=NaNQ, ndiv= -2 <=0;
Janusz> (ns,nu)=(-2147483647,2147483647); dx=NaNQ, unit=NaNQ, ismall=0.
Janusz> Gpretty(NaNQ,NaNQ,5): cell=NaNQ, ndiv= -2 <=0;
Janusz> (ns,nu)=(-2147483647,2147483647); dx=NaNQ, unit=NaNQ, ismall=0.
Janusz> Error: Length cannot be negative
Janusz> In addition to the above, I've tried the latest snapshot
Janusz> version of...