Closed suensummit closed 10 years ago
> ggplot(iris, aes(x=Sepal.Length, fill=Species)) +
+ geom_bar(position='identity', alpha=.4) # now we have seen stack, dodge, and identity
stat_bin: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this.
看起來是只要沒有設 binwidth 他就會吐 warning
這是ggplot2
做bar plot的行為,我認為不必理會。