-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
geminivega(lite)visualizing-verbshas to do with how a data analysis verb is represented visuallyhas to do with how a data analysis verb is represented visually
Description
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()
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)
Metadata
Metadata
Assignees
Labels
geminivega(lite)visualizing-verbshas to do with how a data analysis verb is represented visuallyhas to do with how a data analysis verb is represented visually