Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Labels
Milestone
Description
Bug report
Bug summary
Currently, boxplot(), bxp(), violin(), and violinplot() take avert: bool
argument to switch between vertical and horizontal; this is inconsistent with colorbar(), hist(), eventplot(), and Slider(), which take anorientation: {"vertical", "horizontal"}
argument.
For consistency, I'd suggest adding support fororientation
(both because I think colorbar() and hist(), in particular, are probably the most used among all these, and because I like the API better :-)), and later deprecatevert
. Thoughts?
attn@phobson who has been involved in boxplots, IIRC.