Should an empty vega() call produce a blank canvas?
sa-lee opened this issue · 3 comments
sa-lee commented
i.e. if you do:
vega()
vega(melbweather)
vega(melbweather, enc(x = ambient_temperature)
Should this produce an equivalent to geom_blank()
earowang commented
Yea, what's the equivalent of geom_blank()
in vega?
sa-lee commented
I don't think there is one as far as I can tell...
sa-lee commented
idea is to use color = "transparent" for a point mark