vegawidget/virgo

Should an empty vega() call produce a blank canvas?

sa-lee opened this issue · 3 comments

i.e. if you do:

vega()
vega(melbweather)
vega(melbweather, enc(x = ambient_temperature)

Should this produce an equivalent to geom_blank()

Yea, what's the equivalent of geom_blank() in vega?

I don't think there is one as far as I can tell...

idea is to use color = "transparent" for a point mark