similar to: Patterning for fills

Displaying 20 results from an estimated 6000 matches similar to: "Patterning for fills"

2002 Dec 11
1
Adding a title to a postscript file
I create lots of postscript files which I view with ghostview. The beginning of the files all begin something like %!PS-Adobe-3.0 %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%+ font Helvetica-Oblique %%+ font Helvetica-BoldOblique %%+ font Symbol %%DocumentMedia: a4 595 841 0 () () %%Title: R Graphics Output %%Creator: R Software The consequence is that in ghostview,
1999 Jan 06
1
Locally cached files
I've just upgraded our little network here to 2.0 beta 5. The server is a Data General Intel box running DGUX R4.20. Compile and install went incredibly well and things have just about working straight off. However, we experienced a little 'funny' this afternoon. A user was creating and deleting a postscipt file in a Unix directory. She then used Ghostview on the PC client to
2004 Feb 20
1
unexpected postscript output with par(mfg)
Hi, a colleague of mine encountered some unexpected behavior regarding the postscript output from R. It's difficult for me to tell whether or not this is an R problem or a ghostview/gv/interpreter problem. Just to note, I think it's exactly the same situation reported here: http://finzi.psych.upenn.edu/R/Rhelp02/archive/25436.html The following code produces a working plot (no
2007 Oct 23
1
Ghostview
Does anyone know where I can find good ol' fashion gv? It seems the only ghostview is kghostview or evince. -- James A. Peltier Technical Director, RHCE SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus Phone : 778-782-3610 Fax : 778-782-3045 Mobile : 778-840-6434 E-Mail : jpeltier at cs.sfu.ca Website : http://gruvi.cs.sfu.ca | http://scirf.cs.sfu.ca MSN :
2006 Dec 20
1
Connections to https: URLs -- IE expert help needed
I've added to R-devel the ability to use download.file() and url() to https: URLs, *only* if --internet2 is used on Windows. This uses the Internet Explorer internals, and only works if the certificate is accepted (so e.g. does not work for https://svn.r-project.org). Now I use IE (and Windows for that matter) only when really necessary, and Firefox has simple ways to permanently accept
2009 Nov 21
4
other decriptive stats packages
i just found the following list, i wondered if anybody could add to this as i have to characterize a large data set and am new to R...the list below was so helpful....can you add to this??? Just to forestall confusion amongst those who would like to use one of the functions called "describe"... Hmisc package - describe numeric name count of observations count of missing
2005 Jul 22
3
problems with submitting an eps-file created in R
Dear all I've got some problems submitting a manuscript, because I can't manage creating the favourable eps-file of a graph created in R. The journal's graphic requirements are as followed: format: eps width: max. 6 inches resolution: min. 1000 dpi supported fonts: Arial, Courier, Helvetica, Symbol, Times, Charcoal, Chicago, Geneva, Georgia, Monaco, Zapf, New York Itried to ways
2004 Dec 02
7
A possible way to reduce basic questions
Jim Lemon <bitwrit <at> ozemail.com.au> writes: > I have been thinking about how to reduce the number of basic questions that > elicit the ...ahem... robust debate that has occurred about how to answer The traffic on r-help could be reduced by creating a second list where more elementary questions are asked. There may be other ways to partition the universe of questions
2004 Sep 26
1
Samba 2.2.11 upgrade funkyness !!!
Hi all. Am experiancing strange issues with Samba 2.2.11 after upgrading from 2.2.7a. Running it as a Domain Member server to an NT4 PDC the ./config/make/make install was fine, no issues, compiled with same options needed to edit the smb rc file at /etc/rc/d/init.d/smb and make these chamges daemon /usr/local/samba/bin/smbd -D -s /etc/samba/smb.conf daemon /usr/local/samba/bin/nmbd -D -s
2009 May 08
2
postscript()-resolution
Dear users, another question concerning graphics for publications. My favourite journal wants .eps-graphics, and from older postings i adapted the following code: postscript(file="Figure1.eps", title="Figure 1", width=11.5, height=8, paper="a4",onefile=FALSE) However,  when checking the properties of this file, it is a .ps and not a .eps file. So, i konverted to
2003 Dec 21
3
Sweave/LaTeX Problem with EPS PDF
Dear List: I am unsure if my problem is with Sweave or LaTeX. Anyhow, I am using the MikTeX distribution and TexnicCenter. I can easily create Sweave files and all goes well until I try to incorporate graphics. I use the same code as found in the examples found in the users manual. In R, the graphics I want are created as Sweave is creating the .tex file. When I examine the .tex file
2002 Feb 25
1
Managing Data [Summary]
A while ago I asked about data management approaches in R. I was asked by several people to post a summary of the responses and alas I am just getting around to doing it. I received several comments, both on and off list. Below is a compilation of these responses. Hope this is as helpful to others as it was to me. Best, Brett 1. Frank Harrell recommended a section, "Operating in
2001 Jul 23
2
A useful GUI?
I saw an ad in the July 2001 Amstat News for a complex sample survey analysis package called Wesvar. The package has what appears to be a useful feature called a "Workbook" by which the user navigates analysis output. This is a hierarchical tree in which the user may click on a part of the analysis (table, regression fit, descriptive stats, etc.) so as to go directly to that output.
1998 Jan 23
1
R-beta: image has white horiz lines
I have attached an image file created by R. The image has white horizontal lines between the cells. The image looks OK in the R Graphics window, but has the horiz lines when viewed in Ghostview (after using save.plot) or when printed out using print.plot. There appears to be a problem with the image code (maybe this will go away in the new version). I am running under Linux and am using 61.1.
2004 Jul 22
1
viewing Postscript file
Is there any R function that can display a Postscript file that is already in the working directory? For example, if 'graph.ps' is such a file, I'd like to type something like this: > plot.postscript.file(file = 'graph.ps') If no such function exists, I'd be interested in a way to use existing R functions to do this under UNIX or Windows, preferably without a system
2006 Jul 01
1
postscript file too large : maybe an R question
i created a postscipt file in R and then i downloaded a free version of ghostview to view it. unfortunately, i get the message fata error : dynamic memory exhausted when i try to view it. when i do a dir on windows xp, the file size is 149,034,475 and i know there about 17,000 graphs. is there a way of possibly viewing this size postscript file in R itself ?
2005 Feb 23
6
Getting tick positions
While writing a function that includes placing grid lines at the same position as the axis ticks, I found that the axis* functions don't return anything. Thus I have had to copy the appropriate function, removing the call to axis() and adding a line to return the tick positions. Is there a more elegant way to determine the tick positions on an axis? Thanks. Jim (normally bitwrit at
2003 Aug 21
0
I have retired from AT&T
I retired from AT&T on July 1, 2003. Your message was forwaded automatically to ``ark at acm dot org'' (after replacing "at" by "@" and "dot" by ".", a circumlocution intended to forestall mail harvesting). Please use this address for future email to me. Regards, Andrew Koenig
2001 Jul 12
1
Should gv be able to read bitmap(... type= "pdfwrite") ?
Hi there folks I have R 1.3.0 running on Red Hat Linux 7.1 with GhostView 3.5.8. When I produce a file like: > bitmap("foo.pdf", type="pdfwrite") > plot(foo) > dev.off() and then try to read it with gv, I get an unrecoverable error and nothing displayed. Any help as to whether this ***should*** work would be appreciated. cheers, John -- John Williams
2004 Apr 03
2
a fix for rotated PDF graphs
Hi, I have found references for the following problem in the list archives, but no nice solution. So I decided to post one I came up with. The problem is that graphs output as eps files, for example using ps.options(onefile=FALSE, paper="special", width=8, height=8, horizontal=FALSE, pointsize=12) get rotated when I convert them to pdf using epstopdf. Both ghostview and