holgerbrandl / kravis

A {K}otlin g{ra}mmar for data {vis}ualization
BSD 2-Clause "Simplified" License
183 stars 12 forks source link

make sure that empty plots work #10

Closed holgerbrandl closed 5 years ago

holgerbrandl commented 5 years ago

Just for the sake of consistency.

R example

iris %>% ggplot()
iris %>% ggplot(aes(Sepal.Length, Species)