distinctipy icon indicating copy to clipboard operation
distinctipy copied to clipboard

A lightweight package for generating visually distinct colours.

Results 14 distinctipy issues
Sort by recently updated
recently updated
newest added

My impression is that different shades of green are favoured a bit too much at the moment.

enhancement

Look over readthedocs, docstrings etc. and check everything looks ok/improve where needed

documentation

New __init__.py exposes everything when importing parent distinctipy. Would be better to tighten this up and only expose a few key functions.

code quality

The function for selecting whether black or white text should be used over a background colour seems to work well in almost all cases, with one key exception being pure...

enhancement

The use case of distinctipy is that you need N distinct colours for N different groups in some kind of visualisation. The part of picking N colours is implemented, but...

enhancement

Initial PR of the Color class