-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Is it possible to remove the fill color of the default density plot and just get a line plot? Using Makie it can be achieved as (See https://discourse.julialang.org/t/makie-density-line-plot/63137):
Makie.density(randn(1_000), color = (:red, 0.0), strokearound = false, strokecolor = :blue, strokewidth = 2)```
which gives,
The same attributes does not work with density in AoG:
layers = mapping(randn(1_000)) * density() * visual(; strokearound=false, strokecolor=:blue, strokewidth=2)
draw(layers)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels