Skip to content

REL: v0.2.0

Latest
Compare
Choose a tag to compare
@andyrids andyrids released this 25 Jan 18:42
· 3 commits to main since this release

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.