search for: theme_nothing

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

2011 Aug 16
1
ggplot - some questions concerning histograms
Hello, I am a beginner with ggplot and after doing simple graphs (histogram, segments etc.) some questions came up: 1) I tried to do a histogram, but nothing is displayed although it works with another vector. I think it is because of the very small values (n=1000, min=1.222e-24 max, 1.890e-20). I used qplot(variable,geom="histogram")... If do it with the standard plot function it
2015 Nov 13
2
Colores en labels de un mapa
...base_puntos$categoria,levels = c("Agencia")) grafico<-ggplot() + geom_polygon(data = base_shape, aes(x = long, y = lat, group = group, fill = valor), color = "black", size = 0.25) + scale_fill_distiller(palette = "Reds", guide="colourbar") + theme_nothing(legend = TRUE) + geom_point(data = base_puntos, aes(x = long.agencia.utm, y =lat.agencia.utm, colour="Agencia"), size = 3.05, pch = 20, fill = "Blue")+ labs(title=paste(base_titulos,"\n(por provincias)"),fill="Temperatura",colour=NULL)+ theme(titl...