search for: grey95

Displaying 11 results from an estimated 11 matches for "grey95".

Did you mean: grey90
2009 Mar 05
1
is there any option like cex.axis in ggplot2?
Dear list,   I made boxplots using ggplot and want to control for x- and yaxis. Using "plot" I can do it by setting cex.axis equally to any size but can't figure out how to do it with ggplot.     ggplot(dat, aes(x = factor(time), y = volume)) + opts(axis.title.x=theme_text(size=8),axis.title.y=theme_text(size=8)) + geom_boxplot() + geom_jitter(aes(colour = id))+labs(x =
2008 Jun 23
5
Need ideas on how to show spikes in my data and how to code it in R
Hi I have recently been analyzing birthweight data from a clinic. The data has obvious defects in that there is digit preference on certain weights making them overrepresented. This shows as spikes in the histogram on certain well rounded weights like 2, 2.5, 3, etc. I would like to show this to government officials but can't figure out how I should present the finding in an easy to
2011 Sep 15
1
Colour code y-axis labels on a dot plot
...dTrellisLegendGrob(list(fun = key2), list(fun = key1), vertical = FALSE ) ##set some parameters for the plot #---------------------------------------------------------------------------------------- trellis.par.set( dot.line=list(col = "grey95", lty=1), axis.line=list(col = "grey50"), axis.text=list(col ="grey50", cex=0.8), panel.background=list(col="transparent") ) ## Create the dot plot #---------------------------------------------------------------------------------------- # some mean values for...
2009 Sep 19
1
matrix operations on grobs and grid units
..., ncol=ncol) do.call(unit.c, lapply(seq(1, ncol), function(ii) { max(u[matrix.indices[, ii]]) })) } makeTableGrobs <- function(e, ncol, nrow, just = c("center", "center"), gpar.text = gpar(col="black", cex=1), gpar.fill = gpar(fill = "grey95", col="white", lwd=1.5)) { n <- length(e) # number of labels stopifnot(!n%%2) # only rectangular layouts if(missing(ncol) & missing(nrow)){ nm <- n2mfrow(n) # pretty default layout ncol = nm[1] nrow = nm[2] } makeOneLabel <- function(label.ind){ textGrob(la...
2014 Jan 30
2
objecto ggplot
...fill = ..level.., alpha = ..level..), size = 0.01, bins = 15, ## Change and experiment with no. of bins data = data.df, geom = "polygon", colour = "grey95") Bueno, aunque no trabajen directamente con ggplot, usan ggmap q devuelve objecto ggplot. en este caso ggmap es un objecto ggmap El 30 de enero de 2014, 18:07, Carlos Ortega <cof@qualityexcellence.es>escribió: > Hola Marta, > > Sí, si se genera un objeto "ggpl...
2016 Apr 09
1
Run script R
..., vjust = 0.5),? ? ? axis.ticks.length = ?unit(0.15, "cm"),? ? ? axis.ticks.margin = ?unit(0.1, "cm"), ? ? ? legend.background = ?element_rect (fill=NA, colour=NA, size=0.1),? ? ? legend.margin = ? ? ?unit(0.2, "cm"),? ? ? legend.key = ? ? ? ? element_rect(fill = "grey95", colour = "white"),? ? ? legend.key.size = ? ?unit(1.2, "lines"),? ? ? legend.key.height = ?NULL,? ? ? legend.key.width = ? NULL,? ? ? legend.text = ? ? ? ?element_text(family = base_family, size = base_size * 0.8),? ? ? legend.text.align = ?NULL,? ? ? legend.title = ? ? ?...
2008 Sep 12
2
Greyed text in the background of a plot
Hi! Is there any way of having a greyed ("ghosted") text (i.e, 2006) in the background of a plot? I'm making a dynamic plot and would like to show the year of each time step as a big greyed text in the background. (the idea comes from Hans Rosling video: http://video.google.com/videoplay?docid=4237353244338529080&sourceid=searchfeed ) Thanks Agus -- Dr. Agustin Lobo Institut
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2014 Jan 30
2
objecto ggplot
Para este ejemplo especifico: Deseo saber si tmp genera un objecto ggplot > tmp <- ggplot(mtcars, aes(x = hp, y=mpg)) + geom_point() El objecto o variable tmp, devuelve una lista y un gráfico, la clase dice ser ggplot, >class(tmp) [1] "gg" "ggplot" > typeof(tmp) [1] "list" El 30 de enero de 2014, 13:00, daniel
2000 Feb 29
0
mapping of colornames into hsv: half way done
...E0E0E0", "grey89", "#E3E3E3", "grey90", "#E5E5E5", "grey91", "#E8E8E8", "grey92", "#EBEBEB", "grey93", "#EDEDED", "grey94", "#F0F0F0", "grey95", "#F2F2F2", "grey96", "#F5F5F5", "grey97", "#F7F7F7", "grey98", "#FAFAFA", "grey99", "#FCFCFC", "grey100", "#FFFFFF", "honeydew", "#F0FFF0...
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can