Visualize your testaustime data with cool graphs generated with an R script using ggplot2
- Install necessary packages (and R if you dont have it):
install.packages("httr") install.packages("rjson") install.packages("ggplot2") install.packages("ggthemes")
- Run the script (first insert your token into it):
Rscript plot.R
- Look at cool images
(please ignore the awful colorscheme, I'm working on it (not))