The interactive plot in Teun van den Brand's Tidyverse blog post about ggplot2 styling (https://tidyverse.org/blog/2025/10/ggplot2-styling/) is very cool, beautifully and clearly showing which theme elements are associated with each graphical element. Request: Could ggplot2 add a new function that creates an interactive plot like this from a regular ggplot?
I'm imagining that in RStudio this function would cause the plot to appear in the Viewer tab and let a user easily identify which theme element they're looking for. E.g., I can never remember that facet headers are called "strips", making it difficult to find, say, theme(strip.background). Of course, I could just google it, but the interactive plot would make for a better workflow, especially if I need to identify and modify multiple theme elements.
Thanks for your consideration!