Voice control ggplot2 with ggbot2
Today I learned you can create and customize ggplot2 visualizations using your voice alone. Try the following:
Start the ggbot2 shiny app on the mtcars data with:
ggbot2::ggbot(mtcars)
“Create a scatter plot of mpg versus cylinder”
“Color the points by cylinder”
“Make the points blue and larger”
“Actually, go back, keep them large but colored by cylinder”
“Give me a better title”
“Use theme minimal”
“Maybe theme classic instead”
“Actually go back to the last plot”