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

markersize do not create a legend

Open diegozea opened this issue 3 years ago • 0 comments

Hi!

I have just noticed that markersize does not create a legend.

image

Code example:

using RDatasets, AlgebraOfGraphics, CairoMakie
set_aog_theme!()
iris = dataset("datasets", "iris")
plt = data(iris) * mapping(:PetalWidth, :PetalLength, markersize=:SepalLength) * visual(Scatter)
draw(plt)

Cheers,

diegozea avatar Nov 12 '21 19:11 diegozea