Disable legend in AlgebraOfGraphics

I think the legend is baked into draw. It’s not as quick as a flag, but you could use draw! instead:

f = Figure()
draw!(f, p)
f

But I didn’t find an overview of the options that can be passed to that.

I usually just go to the docsctrings, or use help_attributes for things like Scatter, BarPlot, etc.

1 Like