search for: l_textbound

Displaying 4 results from an estimated 4 matches for "l_textbound".

Did you mean: l_textbounds
2016 Jul 20
2
Fuente (Tahoma)
Hola. Estoy logrando sacar un gráfico para una presentación en ggloot2 y me está quedando bastante bonito! Pero, tengo es problema con las fuentes: Warning messages: ?>? 1: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), ... : ?>? font family not found in Windows font database ?etc.? ?que proviene de > theme_minimal(base_size = 14, base_family = "Tahoma") + ?La verdad es que no quisiera renunciar a la Tahoma. ¿Tengo alguna forma de incluirla en el Win font db que menc...
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, as.g...
2009 Apr 15
1
savePlot error when type = "eps" or "wmf"
Hello, When I use savePlot(filename="xy",type="eps") or savePlot(filename="xy",type="wmf") , I get the following error: Error in grid.Call("L_textBounds", as.graphicsAnnot(x$label), x$x, x$y, : Polygon edge not found (zero-width or zero-height?) This doesn't occur when I change the type to "jpeg" or "bmp". Can anyone explain what is going on and how I can fix it? Your help is much appreciated, James -- View th...
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), ....