holgerbrandl / kravis

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

Add support API for on-the-fly factor conversion for quantitative attributes #11

Closed holgerbrandl closed 5 years ago

holgerbrandl commented 5 years ago

Example

 ggplot(aes(ident_type, condition, fill=as.factor(num_events)))