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
More musings: maybe this really needs to turn into more of a vector algebra... e.g. vectors of layers. Because what you really want to be able to do for something like this is have two layers: the densities and the lines, add densities to [0, lines] and do blend("clear") on the second element (so maybe something like densities + c(0, lines) |> c(1, blend("clear"))...
The text was updated successfully, but these errors were encountered:
More musings: maybe this really needs to turn into more of a vector algebra... e.g. vectors of layers. Because what you really want to be able to do for something like this is have two layers: the
densities
and thelines
, adddensities
to[0, lines]
and doblend("clear")
on the second element (so maybe something likedensities + c(0, lines) |> c(1, blend("clear"))
...The text was updated successfully, but these errors were encountered: