AlgebraOfGraphics.jl icon indicating copy to clipboard operation
AlgebraOfGraphics.jl copied to clipboard

Marginal plots

Open jtrakk opened this issue 4 years ago • 1 comments

ggextra has these nice marginal displays. image

image

jtrakk avatar Nov 20 '20 23:11 jtrakk

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))

ParadaCarleton avatar Jun 02 '21 23:06 ParadaCarleton