ggshadow
ggshadow copied to clipboard
A collection of geoms for R's 'ggplot2' library. geom_shadowpath(), geom_shadowline(), geom_shadowstep() and geom_shadowpoint() functions draw a shadow below lines to make busy plots more aesthetica...
Hi, I liked your package when it came out, it's really fantastic. Recently I made a blog post using the package to create a firefly cartographic effect (https://dominicroye.github.io/en/2021/firefly-cartography/). Now I...
try to avoid `getFromNamespace` as recommended by https://www.tidyverse.org/blog/2022/09/playing-on-the-same-team-as-your-dependecy/
the shadowcolor seems to be missing the uper line witht he new version
I have tried to use geom_glowpath() with a simple feature line, but it's always giving the grouping error of only one observation when I include stat = "sf_coordinates". It works...
I get an error when using geom_glowpath(). It is the same as in this example from the function help. ``` > ggplot(economics_long, aes(date, value01, colour = variable)) + geom_glowline() Error...