MonashDataFluency / python-workshop-base

The master template repository for Monash Data Fluency Python workshop modules
https://MonashDataFluency.github.io/python-workshop-base/
Other
24 stars 20 forks source link

Make x and y aesthetic keyword args explicit in plotnine examples #22

Closed pansapiens closed 5 years ago

pansapiens commented 5 years ago

Make the x and y in aes(x='weight', y='hindfoot_length' ....) explicit in all plotnine examples. This will make the code less confusing for beginners (and while the plotnine aes API is unlikely to change, relying on keyword arg order makes me nervous anyway).