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
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
2 matches
Mail list logo