e-hulten / july

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

Plumb through colorbar format string parameter to top level functions and add configurability for monthly grid color. #29

Closed busload-pessimist-cornbread closed 1 year ago

busload-pessimist-cornbread commented 1 year ago

Monthly grid color is not currently configurable, which makes it difficult to use this feature on non-light-colored backgrounds. Similarly, the colorbar format string is not plumbed to the top level function call, which prevents its use. This patch fixes both issues.