Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mapping strokecolor #365

Closed
jtrakk opened this issue Mar 1, 2022 · 0 comments · Fixed by #505
Closed

Support mapping strokecolor #365

jtrakk opened this issue Mar 1, 2022 · 0 comments · Fixed by #505

Comments

@jtrakk
Copy link

jtrakk commented Mar 1, 2022

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
@jkrumbiegel jkrumbiegel linked a pull request Jul 16, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant