В Wed, 16 Aug 2023 16:08:57 -0500
"Therneau, Terry M., Ph.D. via R-help" пишет:
> I get the following error out of R, on a newer Ubuntu installation.
> ! X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at
> size 12 could not be loaded
> Version:
> R Under development (unstable) (20
There's an ancient related question ... maybe it helps?
https://stat.ethz.ch/pipermail/r-help//2016-October/442326.html
sudo apt-get install xfonts-100dpi
sudo-apt-get install xfonts-75dpi
apt-cache search xfonts doesn't pull up anything else obvious
(presumably you already have xfonts-base
I get the following error out of R, on a newer Ubuntu installation.
Error in `axis()`:
! X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 12 could
not be loaded
Backtrace:
1. graphics::matplot(...)
3. graphics::plot.default(...)
4. graphics (local) localAxis(...)
6. gr
On 27/05/2015 02:12, Renato Rivera wrote:
Hi I have this problem and do not know how to solve it, I'm new to R
R version 2.15.0 (2012-03-30)
That is a very old version of R: the posting guide asked you to update
before posting.
Copyright (C) 2012 The R Foundation for Statistical Computing
Hi I have this problem and do not know how to solve it, I'm new to R
R version 2.15.0 (2012-03-30)
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
x11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 16 c
Hi,
I am on Ubuntu 13.10, with R version 3.1.0 beta (2014-03-28 r65330) --
"Spring Dance" (64 bit).
It is a new install and when trying to plot I am getting above error message
Error in title(main = "Test", line = -1) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 2 at size 11
co
See ?X11 and the 'R Installation and Administration Manual'.
You are dragging up ancient history (2002). The 'modern' X11 device
(from 2007) uses cairographics and does not use X11 fonts. I suggest
you take a look at how R was built and ensure that the cairo-based
device is available.
Furt
HI All,
I got this Error message, when I tried to plot
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 15 could
not be loaded
sessionInfo()
R version 3.0.0 (2013-04-03)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C
Hello,
And what is your system? Do you have root privileges?
Regards
Le 27/06/2012 13:01, mmka...@uwaterloo.ca a écrit :
Dear Jim,
I am sorry to write you directly instead of sending a user forum mail. I
have been trying to plot a Taylor diagram but get confronting the
following error messa
Dear Jim,
I am sorry to write you directly instead of sending a user forum mail.
I have been trying to plot a Taylor diagram but get confronting the
following error message:
> taylor.diagram(ref,model_D1,pos.cor=FALSE)
Error in text.default(1.05 * maxray * i, 1.05 * maxray * sqrt(1 - i^
Thanks, Don. the Cairo package was just what I needed.
It was a challenge to get it all set up on the serve since I don't have root
privileges. Had to install Pixman and Cairo, figure out to set TMPDIR so R
could build the package.
This page was critical is getting Cairo to compile from sou
You could try the Cairo() device from the Cairo package. It's my
understanding (from a time when I was using Xvgb for the same reason) that
Cairo does not depend on X Windows.
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
I am trying to run an R script to create a .png file containing a tree map on a
headless Linux server using Xvfb. When I try to run tmPlot, I get the
following errors and warnings:
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d
8 5:16 PM
> To: Wittner, Ben, Ph.D.
> Cc: r-help@r-project.org
> Subject: Re: [R] X11 font at size 6 could not be loaded
>
> Have you also changed your locale? F8 defaults to UTF-8 locales, whereas
> people usually set up RHEL3 with an 8-bit locale. That changes the font
&g
Dalgaard [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 22, 2008 5:00 PM
> To: Wittner, Ben, Ph.D.
> Cc: r-help@r-project.org
> Subject: Re: [R] X11 font at size 6 could not be loaded
>
> Wittner, Ben, Ph.D. wrote:
> > I recently upgraded my OS to Fedora 8 from Red Hat E
Have you also changed your locale? F8 defaults to UTF-8 locales, whereas
people usually set up RHEL3 with an 8-bit locale. That changes the font
selection, and you may find that running in en_US works whereas en_US.utf8
does not.
Note that the font you quote is an 8 point 100dpi font, at 11 p
Wittner, Ben, Ph.D. wrote:
> I recently upgraded my OS to Fedora 8 from Red Hat Enterprise Work Station 3.
> Before I upgraded certain operations would produce a warning to the effect
> that
> a desired font was not available so one had been substituted, which was okay.
> After the upgrade to Fedo
I recently upgraded my OS to Fedora 8 from Red Hat Enterprise Work Station 3.
Before I upgraded certain operations would produce a warning to the effect that
a desired font was not available so one had been substituted, which was okay.
After the upgrade to Fedora 8, the plotting operation halts mid
18 matches
Mail list logo