You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know there is AlgebraOfGraphics.density() but I would also like visual(Density) to work. strokecolor doesn't work in the mapping.
let n =100
(data((;a=rand(n),c=rand('a':'e', n)))
*mapping(:a, strokecolor=:c)
*visual(Density, alpha=.1)) |> draw
end
Error: Type Observable{Int64} isn't supported for uniform: color
The text was updated successfully, but these errors were encountered:
I know there is
AlgebraOfGraphics.density()
but I would also likevisual(Density)
to work.strokecolor
doesn't work in themapping
.The text was updated successfully, but these errors were encountered: