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
I think you need scale_fill_continuous("Your new label") Note that you can simplify scale_y_continuous(formatter = "percent") + ylab("Anteil in %") To scale_y_continuous("Anteil in %", formatter = "percent") HTH, Thierry