Displaying 2 results from an estimated 2 matches for "postscriptopenrectangle".
1997 Jul 30
0
R-alpha: more on line types
...esn't seem to change the color). Should psx11.c be devpsx11.c? Diffs:
*** psx11.c.orig Wed Jul 30 10:08:48 1997
--- psx11.c Wed Jul 30 10:09:10 1997
***************
*** 293,298 ****
--- 293,299 ----
}
if(fg != NA_INTEGER) {
psx11_SetColor(fg);
+ psx11_SetLinetype(GP->lty);
PostScriptOpenRectangle(psfp,
xoffset + xscale * x0,
yoffset + yscale * y0,
*** devPicTeX.c.orig Wed Jul 30 10:16:33 1997
--- devPicTeX.c Wed Jul 30 10:11:24 1997
***************
*** 446,451 ****
--- 446,452 ----
/* Possibly Filled Rectangle */
static void PicTeX_Rect(double x0, double y0, double x1, double...
1997 Jul 30
0
R-alpha: line types
...display, window, wgc, (int)x0, (int)y0,
(int)x1 - (int)x0, (int)y1 - (int)y0);
}
*** devPS.c.orig Sun Jul 6 21:29:03 1997
--- devPS.c Tue Jul 29 17:01:05 1997
***************
*** 433,438 ****
--- 433,439 ----
}
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 =...