has2k1 / plotnine

A Grammar of Graphics for Python
https://plotnine.org
MIT License
3.89k stars 209 forks source link

Add palmers penguins data #771

Closed machow closed 2 months ago

machow commented 2 months ago

A lot of resources (R4DS, ggplot2, seaborn), have been using palmers penguins in examples over the past couple years. WDYT of including palmerspenguins in plotnine.data, so it's a bit easier to pull out for examples?

It seems like being able to from plotnine.data import penguins could be super handy :)