Skip to content
Prev 256868 / 398506 Next

Categorical bubble plot

Jurgens de Bruin <debruinjj <at> gmail.com> writes:
A reproducible example would be great.

something along the lines of

library(ggplot2)
ggplot(mydata,aes(x=drugclass,y=plant,colour=fitvalue,size=?))+geom_point()

  it's not clear from your description what determines the size.
  From a labeling point of view, switching x and y might be useful.