Displaying 20 results from an estimated 700 matches similar to: "Locally cached files"
1999 Jan 07
0
3.0beta5 disconnecting drives
Hi there!
Seems that my 2.0beta5 is not going as smoothly as I'd hoped.
We've found a strange behaviour which is only happening when people
first log in in the morning.
When we log in, a number of drives are mapped to various directories on
the Unix box. Things seem to go OK until another person logs in and tries
to access a file already open by another user. Then they both seem to
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 ?
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,
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 :
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
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
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
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
2005 Mar 25
1
CRAN website: link targets
Hello R-masters!
R and CRAN webpages use HTML frames for layout. Links to files such as PDF
are therefore opened within frame. However, with PDFs this can be
distracting if you have a small monitor, since left frame can be small for
viewing PDFs with bookmark toolbar in the left in Acrobat Reader. It isn't
such a bug problem with others i.e. (K)Ghostview etc, but it can be still
small to
2000 Nov 07
1
arrows() doesn't like zero-length arrows (PR#727)
Hi,
By going through the mailing list archives, I noticed that people use
the arrows() command to add error bars to their plots. I think there
is a problem when trying to draw arrows of zero length. In the
following code, certainly the x driver produces an odd-angled line.
In the postscript device, NaNQ values are generated; when the
postscript file is viewed in Ghostview, an error is then
1998 Jun 03
4
lty
I find, viewing the output with ghostview, that lty="2","3", or "4" gives
the same dashed line. So basically you have choice of solid ("1") or
dashed ("2","3","4").
If this is not implemented yet, maybe the docs should reflect it?
Hmm now I tried plotting with both lty="2" and lty="3" for two separate
2001 Feb 01
1
postscript and lty
To the plot experts:
when creating a plot containing different lines, each with a special line
type, it may happen that the result of 'postscript()' is not readable by
ghostview (which may not be an R error, thus not bug report ;-).
This is the case when mixing lty as 0:6 and character or even when
using lty as character only.
Example:
postscript("test.ps")
plot(1:10,
2005 Sep 20
1
Samba closing printer prematurely?
Greetings Samba Users,
I have a strange issue. Adobe Reader can't print to a Samba
printer. It would be funny except it is happening to me....
Adobe Reader can't print PDF files to a true Adobe PS3 printer but GhostView can
print PDF files without any problems.
The printer in question is a Ricoh Aficio AP4510.
I tried Samba v3.0.11 and v3.0.20 and I get the same result, no
printer
1999 Feb 01
2
PostScript bugs in R-0.63.1
I have a minor problem with the PostScript generated by R-0.63.1.
Specifically, the files generated *will* work in:
ghostview
on an HP LaserJet
on an Apple LaserWriter
*will not* work in:
ghostscript under xdvi
on a SPARCprinter
The error message on the SPARCprinter was
Error: /invalidfont
Command: 'definefont'
Ostack: /Font5 /Font5 font(Symbol,1)
Estack:
2001 Sep 13
3
OT: ps -> eps -> MS Word
I've created a bunch of postscript trees (post.rpart), which I subsequently
edit in Adobe Acrobat 4.05 (I need additional labelling that isn't easy to
add with R). After editing the labels and annotations using Acrobat, I
then export the file to Adobe's .eps format so I can insert the picture
into a Microsoft Word 2000 document. The .pdf file distilled from the .ps
file is