-----Original Message-----
From: Tony Vargas [mailto:tvargas at cisco.com]
Sent: Tuesday, April 01, 2003 2:40 PM
To: Pikounis, Bill
Cc: r-help at stat.math.ethz.ch
Subject: RE: [R] Autogenerated png, bitmap images
Bill,
Thanks for the response. Comments in-line
Tony
Tony Vargas
Cisco Systems
Engineering Computing Services
(408) 525-4113
tvargas at cisco.com
On Tue, 1 Apr 2003, Pikounis, Bill wrote:
that all the fonts on my graphs get messed up. Anybody have
any nija R
commands to make all fonts look great? Anybody have any idea
how to fix
this? So far, no luck on Solaris or Linux making the
I have played with Xvfb and have not seen the same font
9.0 for Linux, R 1.6.2) generating png's via CGI (my
CGI-secure permissions). You mentioned running a cron
see the same problem using R interactively (such as an ssh
running)? Perhaps you can provide some lines of your code
script to help the diagnosis? What is specifically messed
Files are attached. One of the files shows a creation via
cron, one via an ssh sesssion.
Any idea how to make them look the exact same? The script
that I use to
start Xvbg (and call R) is also attached.
Adjusting the pointsize argument in png might help.
I've played with this a little. Any specific value you suggest?
is that the bitmap files are enormous compared to the png
idea how I could make the bmp images smaller (and create
faster?) (One of
my R bmp generation files is attached.)
As far as bitmaps go, I think that in general the smaller
resolution you will have. But even if you are willing to
might need to delve into ghostscript call options, since my
that what bitmap() uses under Linux (and I presume other X11 device
approaches including Solaris). See the code for bitmap(),
gsexe and cmd objects. (I noticed your setting of some
your bitmap generation file attachment, but as I guess above, other
gs-intrinsic flags may be needed.)
Hope that helps,
Bill