Is there a way to control the box width. I know you can play with this by messing with the overall layout as in [1], but I want to overlay the boxplot on other scatter plots and thus need to control its width directly. Is this possible?
Is there a way to supply the boxlpot values directly (as in its mean, median, and quartiles) rather than passing data and having plotly internally compute those values. Essentially, I want to compute a custom boxplot.