ggplot verlängert

This commit is contained in:
2019-12-20 11:07:34 +01:00
parent 49bb0ddc29
commit 3158fefa3a

View File

@@ -10,4 +10,6 @@ test <- sqlQuery(channel, stringsAsFactors=F,
odbcCloseAll(); rm(channel)
ggplot(test, aes(x=FAZFI)) +
geom_bar(color="blue", fill=rgb(0.1,0.4,0.5,0.7) )
geom_bar(color="blue", fill=rgb(0.1,0.4,0.5,0.7) ) +
scale_fill_hue(c = 40) +
theme_bw()