Re: [R] ggplot2 histogramm

2010-01-19 Thread Christian Schulz
Hi Dennis, the BaseTheme() are some settings scale the text and title etc. , the plot should work without that. At present i'm experiment with the huge amount of possibilities and try to understand and maybe doing beginner mistakes. Thanks for the hint with scale_fill_gradient and specializ

Re: [R] ggplot2 histogramm

2010-01-18 Thread ONKELINX, Thierry
ilto:r-help-boun...@r-project.org] Namens Christian Schulz Verzonden: maandag 18 januari 2010 13:34 Aan: r help Onderwerp: [R] ggplot2 histogramm Hi, i get no success change the title of the "fill" (colour) legend and the defintion of "levels". Have anybody a hint how i can d

[R] ggplot2 histogramm

2010-01-18 Thread Christian Schulz
Hi, i get no success change the title of the "fill" (colour) legend and the defintion of "levels". Have anybody a hint how i can do this. df <- data.frame(variable=sample(c("A","B","C"),1000,replace=T,prob=c(0.22,0.28,0.5)),group=gl(2,500)) p <- ggplot(df, aes(x = variable)) p + geom_histogr