e-hulten / july

A small library for creating pretty heatmaps of daily data.
MIT License
209 stars 26 forks source link

Missing axes argument in calendar_plot #31

Open Gaiana opened 1 year ago

Gaiana commented 1 year ago

Hello, I wanted to thank you for this amazing library! It's been really usefull for my projects. I detected what seems to be a bug in the calendar_plot arguments: there is no ax argument, but it appears in the documentation. I can make a pull request with a fix if that's ok.

https://github.com/e-hulten/july/blob/953ef3ee20549ca791d88d2f08e54862aa4c2f58/src/july/plot.py#L207-L242