search for: nlty

Displaying 6 results from an estimated 6 matches for "nlty".

Did you mean: lty
2009 Dec 11
2
incorrect linetype with pdf device (PR#14128)
Full_Name: baptiste augui? Version: 2.10.1 RC (2009-12-06 r50690) OS: Mac OSX 10.5 Submission from: (NULL) (90.25.215.172) The following code, run with a vanilla R session, produces different visual output for the two devices, library(grid) pdf("test-pdf.pdf") grid.newpage() grid.lines(gp=gpar(lty="13", lineend = "butt")) dev.off() png("test-png.png")
1997 Jul 30
0
R-alpha: line types
...9 ---- } if(fg != NA_INTEGER) { SetColor(fg); + SetLinetype(GP->lty); PostScriptOpenRectangle(psfp, x0, y0, x1, y1); } } *** plot.c.orig Tue Jul 29 16:43:34 1997 --- plot.c Tue Jul 29 16:51:02 1997 *************** *** 875,880 **** --- 875,883 ---- GSavePars(); + if(nlty && INTEGER(lty)[i % nlty] != NA_INTEGER) GP->lty = INTEGER(lty)[i % nlty]; + else GP->lty = DP->lty; + xl = REAL(sxl); xr = REAL(sxr); yb = REAL(syb); Benjamin Bolker Dep't of Ecology and Evolutionary Biology, ben@eno.princeton.edu Princeton University...
2000 Jan 17
1
lwd patches for "contour"
...g Mon Jan 17 11:08:08 2000 --- 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,...
1997 May 11
2
R-alpha: Logarithmic scales
...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, do_rect() in "plot.c" overrides the yt...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...^ cc-1552 c89: WARNING File = plot.c, Line = 814 The variable "vectorFonts" is set but never used. Rboolean vectorFonts = FALSE; ^ cc-1552 c89: WARNING File = plot.c, Line = 1769 The variable "nborder" is set but never used. int ncol, nborder, nlty, xpd, i, start=0; ^ cc-1552 c89: WARNING File = plot.c, Line = 1769 The variable "nlty" is set but never used. int ncol, nborder, nlty, xpd, i, start=0; ^ cc-1552 c89: WARNING File = plot.c, Line = 2620 The variable "fg" is s...
2008 Aug 07
0
crash : 2.7.0 after installing it (PR#12143)
...88/1o2W//PP9ajoo5UF2P2W//PP9aNlv/wA8/wBaZRRyoLsfst/+ef60bLf/AJ5/rTKK OVBdj9lv/wA8/wBaNlv/AM8/1plFHKgux+y3/wCef60bLf8A55/rTKKOVBdj9lv/AM8/1o2W/wDz z/WmUUcqC7H7bf8A55/rTvIhxny1H1cD+tQmrcYhlu3jnkMalmAbHAOeM+1Z1GobGtOHNuQmGH+6 n/f0f41BPGgXKjB7ENuFXv7NaDzZL9vKhj4BXkyHtt/z/XGYnMMv+8v8mqIVOaVmjWVJKPMmRqcj NLTY/u/iadXPNWk0hIKKKKkAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOh8K/6uf6J/WrusLdLD51vey24TA2oiHcSwGSW B7VS8K/6uf6J/Wte8sob6IRz+ZsBzhJWTP12kZreq7VWyY7EIe5svs8UsguVkkKtPIQjLnlRhVwf Tt29ar/2nfNLCkVhC/n7/Lb7SQNqkfMfk4BB4xnqPqLGoWMtzYfZLedI1K7WaVWkbHbB3A598...