Displaying 1 result from an estimated 1 matches for "nlwd".
Did you mean:
lwd
2000 Jan 17
1
lwd patches for "contour"
...min, 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, nx, ny, nc, ncol, nlty, nlwd;
int ltysave, colsave;
+ double lwdsave;
double atom, zmin, zmax;
char *vmax, *vmax0;
DevDesc *dd = CurrentDevice();
***************
*** 439,445 ****
PROTECT(lty = FixupLty(GetPar("lty", args), dd->gp.lty));
nlty = length(lty);
! /* col, l...