I want to use bioconductor\'s hexbin (which I can do) to generate a plot that fills the entire (png) display region - no axes, no labels, no background, no nuthin\'.
'opts' is deprecated.
in ggplot2 >= 0.9.2 use
ggplot2 >= 0.9.2
p + theme(legend.position = "none")