ggplot verlängert
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user