microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 15 forks source link

Support colour in ggplot2, warn on ggplot2 limitations #96

Closed sharlagelfand closed 3 years ago

sharlagelfand commented 3 years ago

Adds in support for colour in ggplot2 (closes #87) and errors when a datamation is requested on ggplot2 code that isn't supported - for example, when facet_wrap() is used (only supports facet_grid()) and if geoms besides geom_point() are used (it's the only one that's supported) (closes #86).