Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Request: Quick visual example for each geom at http://ggplot2.tidyverse.org/reference/ #2121
Comments
karawoo
added the
docs
label
Jun 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dantonnoriega commentedMay 4, 2017
•
edited
One of my favorite things about the olds docs.ggplot2.org website were the little visual representations of each geom. The new website is great, but the little visual references were, in my opinion, a superior way for me to quickly and easily determine the graphs I was aiming to make.
For example, I didn't really understand what
geom_rugproduced, even with the current written description "Rug plots in the margins". To find out, I need to click the link and see the examples.Not the end of the world, but it was a cool website feature that used to exist that I think is worth bringing back (maybe a separate page?).