Here's another one that looks strange, the bars are misaligned, there are missing grid panels, and the points go beyond the y-axis range ``` library(datamations) library(palmerpenguins) penguins <- palmerpenguins::penguins "penguins %>% group_by(species, island, sex) %>% summarize(mean = mean(bill_length_mm, na.rm = TRUE))" %>% datamation_sanddance() ``` https://user-images.githubusercontent.com/79563/161067367-6c36d774-51fa-4916-aa93-78989acf16a8.mov Any idea what's up and how to fix this? (this was run after a fresh `devtools::install_github("microsoft/datamations")` of datamations this morning)
Here's another one that looks strange, the bars are misaligned, there are missing grid panels, and the points go beyond the y-axis range
Screen.Recording.2022-03-31.at.9.32.06.AM.mov
Any idea what's up and how to fix this?
(this was run after a fresh
devtools::install_github("microsoft/datamations")of datamations this morning)