easyGgplot2 icon indicating copy to clipboard operation
easyGgplot2 copied to clipboard

boxplot width in ggplot2.dotplot

Open spocks opened this issue 5 years ago • 0 comments

There should be a parameter to control the boxplot width in the ggplot2.dotplot and ggplot2.boxplot. Currently width have no effect.

ggplot2.dotplot(data=ToothGrowth, xName='dose',yName='len', addBoxplot = TRUE, width=0.5)

spocks avatar Jul 26 '19 16:07 spocks