@driven_by_data tweeted on Jan 31, 2019 at 10:14 PM in reply to @brodiegal:

@brodiegal @albertocairo @visualisingdata I know you said *without* coding, but now's the time to learn it!!! In R it's literally just 4 lines of code. They even fits into the rest of this tweet! 😄 > library(readr) > library(ggplot2) > data <- read_tsv('~/test.csv') > ggplot(data, aes(x=group, y=value)) + geom_violin() https://t.co/P0wrT2caW8

Tweet archive for @driven_by_data