Skip to content
Prev 131240 / 398502 Next

Multiple stacked barplots on the same graph?

On Dec 4, 2007 10:34 AM, St?phane CRUVEILLER <scruveil at genoscope.cns.fr> wrote:
Could you copy and paste the output of dput(mydata) ?

(And I'd probably write the plot call as: qplot(Categorie, Total,
data=mydata, geom="bar"), since it is a bar plot, not a histogram)