search for: colsav

Displaying 3 results from an estimated 3 matches for "colsav".

Did you mean: colsave
2000 Jan 17
1
lwd patches for "contour"
...0 --- src/main/plot3d.c Mon Jan 17 13:47:03 2000 *************** *** 396,408 **** } } ! /* contour(x,y,z, levels, col, lty) */ SEXP do_contour(SEXP call, SEXP op, SEXP args, SEXP env) { ! SEXP oargs, c, x, y, z, col, lty; ! int i, j, nx, ny, nc, ncol, nlty; int ltysave, colsave; double atom, zmin, zmax; char *vmax, *vmax0; DevDesc *dd = CurrentDevice(); --- 396,409 ---- } } ! /* contour(x,y,z, levels, col, lty, lwd) */ SEXP do_contour(SEXP call, SEXP op, SEXP args, SEXP env) { ! SEXP oargs, c, x, y, z, col, lty, lwd; ! int i, j, n...
1997 May 11
2
R-alpha: Logarithmic scales
...;plot.c": for (i = 0; i < n; i++) { if (FINITE(xt(x0[i%nx0])) && FINITE(yt(y0[i%ny0])) && FINITE(xt(x1[i%nx1])) && FINITE(yt(y1[i%ny1]))) { GP->col = INTEGER(col)[i % ncol]; if(GP->col == NA_INTEGER) GP->col = colsave; GP->lty = INTEGER(lty)[i % nlty]; GStartPath(); GMoveTo(XMAP(xt(x0[i % nx0])), YMAP(yt(y0[i % ny0]))); GLineTo(XMAP(xt(x1[i % nx1])), YMAP(yt(y1[i % ny1]))); GEndPath(); } } 2) rect() does not work either. Unfortunately,...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...^ cc-1552 c89: WARNING File = plot3d.c, Line = 492 The variable "avg" is set but never used. double avg; ^ cc-1552 c89: WARNING File = plot3d.c, Line = 1328 The variable "nz" is set but never used. int i, j, k, npt, nx, ny, nz, nc, ncol, colsave, xpdsave; ^ cc-1185 c89: WARNING File = plot3d.c, Line = 2201 An enumerated type is mixed with another type. dd = GNewPlot(GRecording(call)); ^ cc-1552 c89: WARNING File = plot3d.c, Line = 47 The variable "gcall" is set but...