Closed ginolhac closed 6 years ago
You can't (right now)
I might consider adding it, but it would require a sizeable amount of code change...
Ok, I understand. I think I will close then, as it was more for fun than for an actual pedagogical need.
You might have seen that I reduced the distance of shadow_trail
to see as much as possible the trajectory. A shadow_line
or shadow_ribbon
would be more relevant here. A continuous ribbon where the alpha would help to see the speed of transitions. Less transparency = slower motion.
(right now, I am playing with animating pictures of the actual cells, it is almost working, might open another issue if I don't manage)
Hi,
let me say again one more time: thank you for such nice packages you develop! They are really awesome.
I am playing with some real biological time-series data, RNA-seq of cell differentiation. We want to see cellular differentiation though time, and
gganimate
is perfect for this. The only issue is that I'd like to have both:shadow_trail()
on the layer 2, the mean of the 3 replicates so we see the trajectories for day0shadow_wake()
on layer 1 (no effect on text, layer 3), for some funIf
shadow_trail()
is on, theshadow_wake()
does not workCreated on 2018-07-09 by the reprex package (v0.2.0).
shadow_wake()
alone, it works fineSo my question, can we have 2 shadow_* in one animation?