ggblend icon indicating copy to clipboard operation
ggblend copied to clipboard

vector algebra form

Open mjskay opened this issue 3 years ago • 0 comments

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"))...

mjskay avatar Jun 19 '22 23:06 mjskay