GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.
http://gadflyjl.org/stable/
Other
1.9k stars 250 forks source link

Density geometries revamp #1152

Open tlnagy opened 6 years ago

tlnagy commented 6 years ago

As discussed in #1151, Gadfly.jl's current implementation of violin plots (and to a lesser extent, density plots) is fairly limited as compared to our equivalent ecosystems for other languages (e.g. seaborn's violins and ggplot's violins).

Current limitations

Examples

Case Example solution
Split violin grouped by x, color. Uses raw counts, area ≠ 1 image
Case (3) for violin plots from above image
Horizontal violins image
Use raw counts image
Stacked densities image
Filled densities image
ValdarT commented 5 years ago

Are there any recent developments in this regard? Especially interested in the split violins.

tlnagy commented 5 years ago

This PR needs quite a bit of work since we went through the whole 1.0 revamp since then. I'll eventually get to it if no one gets to it first. Bit swamped right now.