Displaying 13 results from an estimated 13 matches for "l_text".
Did you mean:
__text
2008 Feb 05
2
Error in grid.text after tcltk package loaded
...a", x = seq(0,1, by = .001))
## End R Code
The graphic draws to my X11 device, however, when I try to move the X11
R Graphics Device window with my mouse and 'drop' it somewhere by
releasing the mouse button, I get errors like the following:
> Error in grid.Call.graphics("L_text", as.graphicsAnnot(x$label), x$x,
: invalid color name
> Error in grid.Call.graphics("L_text", as.graphicsAnnot(x$label), x$x,
: REAL() can only be applied to a 'numeric', not a 'NULL'
> Error in grid.Call.graphics("L_text", as.graphicsAnnot(x$...
2012 Jun 04
1
X11 font error on headless server running Xvfb
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-*-*-*-*-*-*-*, face 1 at size 9 could not be loaded
Calls: tmPlot ... <Anonymous> -> widthDetails -> widthDetails.text -> grid.Call
In addition: Warning messages:
1: In grid.Call.graphics(L_text,...
2008 May 01
1
Locale problem with umlauts in factor levels in 2.7.0 (patched) from grid or lattice
...mlaut:
I am aware that there are a few locale-changes in R 2.7.0, but I could not
easily
locate who's at fault
Dieter
library(lattice)
dt = data.frame(x=rnorm(100),y=1:100,levs= as.factor(c("Gru","Gr?")))
stripplot(x ~ y|levs, data = dt)
#Error in grid.Call.graphics("L_text", as.graphicsAnnot(x$label), x$x, :
# invalid input 'Gr?' in 'utf8towcs'
># Works
as.graphicsAnnot(as.factor(c("Gru","Gr?")))
R version 2.7.0 Patched (2008-04-30 r45572)
i386-pc-mingw32
locale:
LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germa...
2010 Dec 01
1
Font family not found in Windows font database
...p archives.
I am generating plots on both Windows and OS X where I need to guarantee that the font used is Arial. In my plot command I specify 'fontfamily="Arial"'. The problem is that on Windows I'm getting the following warning:
Warning message:
In grid.Call.graphics("L_text", as.graphicsAnnot(x$label), x$x, :
Font family not found in Windows font database
Here is my plot call. I have not included supporting code, as I don't believe it's necessary:
graph<-barchart(3.7,xlim=c(0,10),main="",xlab="",
aspect=.1,
col=rgb(21,101,112,...
2017 Oct 13
1
[FORGED] can't print ggplot with Chinese characters to pdf files
...can't print the
> figures to pdf file by "marrangeGrob" command, which is in the package
> "gridExtra". Error message after I type "ggsave(......)" (last line of the
> program):
>
> "Saving 7.47 x 5.15 in image
> Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label), x$x, x$y, :
> invalid font type
> In addition: There were 50 or more warnings (use warnings() to see the
> first 50)"
>
> How can I install the font so that I can see the figures on the pdf files?
> Some information that may be useful:
> (1...
2017 Oct 12
2
can't print ggplot with Chinese characters to pdf files
...aiti TC" on my mac, but I can't print the
figures to pdf file by "marrangeGrob" command, which is in the package
"gridExtra". Error message after I type "ggsave(......)" (last line of the
program):
"Saving 7.47 x 5.15 in image
Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label), x$x, x$y, :
invalid font type
In addition: There were 50 or more warnings (use warnings() to see the
first 50)"
How can I install the font so that I can see the figures on the pdf files?
Some information that may be useful:
(1) If I use the English ggtitle, ther...
2017 Oct 13
4
[FORGED] can't print ggplot with Chinese characters to pdf files
...rangeGrob" command, which is in the
> package
> "gridExtra". Error message after I type "ggsave(......)" (last
> line of the
> program):
>
> "Saving 7.47 x 5.15 in image
> Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label),
> x$x, x$y,? :
> ? ?invalid font type
> In addition: There were 50 or more warnings (use warnings() to
> see the
> first 50)"
>
> How can I install the font so that I can see the figures on the
&...
2017 Oct 13
0
[FORGED] can't print ggplot with Chinese characters to pdf files
...t;> figures to pdf file by "marrangeGrob" command, which is in the package
>> "gridExtra". Error message after I type "ggsave(......)" (last line of the
>> program):
>>
>> "Saving 7.47 x 5.15 in image
>> Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label), x$x, x$y,
>> :
>> invalid font type
>> In addition: There were 50 or more warnings (use warnings() to see the
>> first 50)"
>>
>> How can I install the font so that I can see the figures on the pdf files?
>> Some informat...
2017 Oct 16
0
[FORGED] can't print ggplot with Chinese characters to pdf files
...ich is in the
>> package
>> "gridExtra". Error message after I type "ggsave(......)" (last
>> line of the
>> program):
>>
>> "Saving 7.47 x 5.15 in image
>> Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label),
>> x$x, x$y, :
>> invalid font type
>> In addition: There were 50 or more warnings (use warnings() to
>> see the
>> first 50)"
>>
>> How can I install the font so that I c...
2012 Jun 05
0
ggplot2, grid graphics, x11(), windows(), and device fonts
...e_bw(base_size = 18, base_family = "")
print(p2)
The warnings are:
There were 22 warnings (use warnings() to see them)
>
> warnings()
Warning messages:
1: Removed 1 rows containing missing values (geom_point).
2: Removed 1 rows containing missing values (geom_path).
3: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), ... :
Font family not found in Windows font database
4: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), ... :
Font family not found in Windows font database
... snip ... # repeat same warning
22: In grid.Call.graphics(L_text, as.graphicsAnnot(x$label...
2003 Mar 30
2
R-devel (1.7 to be) on windows XP
...found by readLines on `C:\R\R17beta\R-
1.7.0\src\library\survival/man/survreg.control.Rd'
zipping data
.
.
.
stataread.c: In function `R_LoadStataData':
stataread.c:144: warning: `labeltable' might be used uninitialized in
this function
ar cr foreign.a *.o
.
.
.
grid.c: In function `L_text':
grid.c:1043: warning: `bounds' might be used uninitialized in this
function
.
.
.
gcc -IC:/R/R17beta/R-1.7.0/src/include -Wall -O2 -c unit.c -o
unit.o
unit.c: In function `pureNullUnitArithmetic':
unit.c:279: warning: `result' might be used uninitialized in this
function
a...
2002 Oct 03
1
install.packages("grid") failed
...urce* package 'grid' ...
** libs
gcc -I/usr/local/lib/R/include -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c gpar.c -o gpar.o
gcc -I/usr/local/lib/R/include -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c grid.c -o grid.o
grid.c: In function `L_text':
grid.c:1091: warning: passing arg 9 of `GEText' makes pointer from
integer without a cast
grid.c:1091: incompatible type for argument 12 of `GEText'
grid.c:1091: too few arguments to function `GEText'
make: *** [grid.o] Error 1
ERROR: compilation failed for package 'grid'...
2017 Oct 20
0
[FORGED] can't print ggplot with Chinese characters to pdf files
...ich is in the
>> package
>> "gridExtra". Error message after I type "ggsave(......)" (last
>> line of the
>> program):
>>
>> "Saving 7.47 x 5.15 in image
>> Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label),
>> x$x, x$y, :
>> invalid font type
>> In addition: There were 50 or more warnings (use warnings() to
>> see the
>> first 50)"
>>
>> How can I install the font so that I c...