It looks like we can (attempt to) fix some of the niggling environment issues by manually adjusting the environment of the parts of the mapping/aes that are quosures. (See #96, #110, #119).
ggplot2::aes() doesn't provide a way to control the environment at the point of creation:
It looks like we can (attempt to) fix some of the niggling environment issues by manually adjusting the environment of the parts of the mapping/aes that are quosures. (See #96, #110, #119).
ggplot2::aes()
doesn't provide a way to control the environment at the point of creation:But we can
gf_ingredients()
.