search for: widthdetail

Displaying 2 results from an estimated 2 matches for "widthdetail".

Did you mean: widthdetails
2012 Jun 04
1
X11 font error on headless server running Xvfb
...ux 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.graphicsAnnot(x$label), x$x, x$y, : X11 protocol error: BadMatch (invalid parameter attributes) ... etc. (complete error message below) The .png file does contain a partially constructed...
2010 Aug 11
2
help to polish plot in ggplot2
Hi, I wanted to generate a plot which is almost like the plot generated by the following codes. category <- paste("Geographical Category", 1:10) grp1 <- rnorm(10, mean=10, sd=10) grp2 <- rnorm(10, mean=20, sd=10) grp3 <- rnorm(10, mean=15, sd=10) grp4 <- rnorm(10, mean=12, sd=10) mydat <- data.frame(category,grp1,grp2,grp3,grp4) dat.m <- melt(mydat) p <-