MakieOrg / AlgebraOfGraphics.jl

Combine ingredients for a plot
https://aog.makie.org
MIT License
421 stars 44 forks source link

Marginal plots #126

Open jtrakk opened 3 years ago

jtrakk commented 3 years ago

ggextra has these nice marginal displays. image

image

ParadaCarleton commented 3 years ago

I'd love to see these; I think the most AoG way to write these would be by just adding to a 2d plot, e.g.

data(df) * mapping(:x, :y) * (density() + visual(Scatter))