Voice control ggplot2 with ggbot2
Today I learned you can create and customize ggplot2 visualizations using your voice alone. Try the following:
Install ggbot2:
pak::pak("tidyverse/ggbot2")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"
Additional details
Description
Today I learned you can create and customize ggplot2 visualizations using your voice alone.
Identifiers
- GUID
- 174690602
- URL
- https://blog.stephenturner.us/p/voice-control-ggplot2-with-ggbot2
Dates
- Issued
-
2025-09-27T16:22:16
- Updated
-
2025-09-27T16:22:16