There are blackdots on top of the bars when using qplot. Any suggestions?
library(gcookbook)
library(ggplot2)
#> Warning: package 'ggplot2' was built under R version 3.6.3
qplot(Date, Weight, data = cabbage_exp, fill = Cultivar) +
geom_bar(stat='identity', position = "dodge")
