-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Box plots offer a simplified visualization of the distribution that underlies the data. They might hide some important details, however (see this).
Desired solution
Add violin plots as a new visualization for tables and columns.
- Add a method
violin_plots() -> Imageto theTablePlotter. It should show violin plots in a grid for all numeric columns, similar to how box plots for an entire table work. - Add a method
violin_plot() -> Imageto theColumnPlotter. - Support dark mode (see Dark mode for plots #798) by adding the appropriate parameter, as outlined in the linked issue.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done