search for: initclip

Displaying 8 results from an estimated 8 matches for "initclip".

2000 Aug 02
1
Re: [R] problem clipping R postscript plots within latex (PR#623)
...to specify the bounding box of the postscript > > > > file, so that you can just show _part_ of the postscript file if you > > > > tell it to also clip the area outside of the bounding box. > > ... > > > Ow. This stems from the use of "initclip" in the R-generated PS. One > > > shouldn't do that, one should bracket clipped graphics within > > > gsave/grestore instead. Sounds a bit tricky to get right. > > > > Thanks. To solve my current problem, I changed the definition of the &gt...
2000 Aug 02
1
Re: [R] problem clipping R postscript plots within latex (PR#625)
...ding box of the postscript > > > > > file, so that you can just show _part_ of the postscript file if you > > > > > tell it to also clip the area outside of the bounding box. > > > ... > > > > Ow. This stems from the use of "initclip" in the R-generated PS. One > > > > shouldn't do that, one should bracket clipped graphics within > > > > gsave/grestore instead. Sounds a bit tricky to get right. > > > > > > Thanks. To solve my current problem, I changed the d...
1999 Jul 27
3
Summary - Re: R-Graphics
Thanks to all who replied. Mostly the suggestion was to add the argument horizontal= FALSE to the postscript function. However, I was trying to generate a landscape graph. The "fault" lies with gs as Peter Dalgaard pointed out. Under Windows 95, gsview has an option to view landscape or portrait and therefore this problem does not arise on that platform.
1999 Aug 21
2
Bug list summary (automatic post)
...g? From: John.Peters@tip.csiro.au (John Peters) Date: Fri, 16 Jul 1999 12:10:48 +1000 (EST) * PR# 230 * Subject: Use of lwd = 0, lty = 2 in segments. From: Douglas Bates <bates@stat.wisc.edu> Date: Sat, 17 Jul 1999 17:18:44 -0500 (CDT) * PR# 238 * Subject: EPS compliance of postscript device: initclip operator From: David Middleton <dajm@deeq.demon.co.uk> Date: Tue, 03 Aug 1999 17:51:47 -0300 --initclip is removed. Still need new argument onefile/onepage to ensure one page --and use %!PS-Adobe-3.0 EPSF-3.0 header Directory: In-Out * PR# 125 * Subject: scan rejects complex From: John.Pet...
2000 Aug 01
1
problem clipping R postscript plots within latex
hi, I've noticed a small problem trying to include postscript plots generated by R into a latex document. Specifically, the latex package graphicsx allow you to specify the bounding box of the postscript file, so that you can just show _part_ of the postscript file if you tell it to also clip the area outside of the bounding box. I've previously used this LaTeX feature without problems
2000 Nov 16
1
postscript error
...eto closepath } def /p1 { stroke } def /p2 { bg setrgbcolor fill fg setrgbcolor } def /p3 { gsave bg setrgbcolor fill grestore stroke } def /t { 6 -2 roll moveto gsave rotate ps mul neg 0 2 1 roll rmoveto 1 index stringwidth pop mul neg 0 rmoveto show grestore } def /cl { initclip newpath 3 index 3 index moveto 1 index 4 -1 roll lineto exch 1 index lineto lineto closepath clip newpath } def /rgb { setrgbcolor } def /s { scalefont setfont } def /R { /Font1 findfont } def /B { /Font2 findfont } def /I { /Font3 findfont } def /BI { /Font4 findfont } def...
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit graphical output from R. Searching through the mail archives and reading documentation isn't helping. Is there or isn't there a working driver for this purpose. How can I get it? I tried looking at the development version of the tarballs, but I didn't find anything that looked promising in there. Also, does
2009 May 08
0
Wine release 1.1.21
...msctf/tests: Remove spaces before '\n'. Assorted spelling fixes. winedbg: Remove an unused debug channel. sane.ds: Remove an unused debug channel. taskmgr: Make FillSolidRect2() and Draw3dRect2?() static. wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are unused so remove them. credui: Remove spaces before '\n'. rpcrt4: Remove WINAPI on static functions where not needed. notepad: Make NOTEPAD_DoReplace(All)?() static. Giuseppe Bilotta (2): comctl32/toolbar: Skip iString field for separators....