allisonhorst / palmerpenguins

A great intro dataset for data exploration & visualization (alternative to iris).
https://allisonhorst.github.io/palmerpenguins/
Creative Commons Zero v1.0 Universal
874 stars 206 forks source link

theme specification for captions not used in ggplot2 examples #82

Open mine-cetinkaya-rundel opened 3 years ago

mine-cetinkaya-rundel commented 3 years ago

In the ggplot2 examples there are some theme specifications for captions, e.g.

plot.caption = element_text(hjust = 0, face= "italic"),
plot.caption.position = "plot"

I believe these are not used since the plots don't have captions. Were they supposed to have captions or should these be removed? I'm happy to send in a PR but I wasn't sure which way to go. 🐧

allisonhorst commented 3 years ago

Haha yeah that does imply that we intended to add captions at some point, thank you Mine! I think we should add captions to all of the images & figures. I really need to refresh the package based on this and a few other PRs, I'll add it to the to-do list w/plans to do some housekeeping in the next couple of weeks.

koliharesh commented 1 year ago

Hello Sir/Madam, I would like to contribute in your project to solve this issue.