This update adds PyPalettes and better facilitates customisation of the data clock charts. For a look at the available colour combinations, check this tool on the Python Graph Gallery site.
Added
- PyPalettes library dependency, providing 2500+ palettes.
- Colormap reverse flag parameter added to dataclock function.
- Chart polar spine color parameter added to dataclock.
- Chart polar grid color parameter added to dataclock.
Changed
- Wedge label logic moved to
dataclocklib.utility.add_wedge_labels
. - Temporal aggregation logic moved to
dataclocklib.utility.aggregate_temporal_columns
.