plotutil: consider using palette to replace color slices
Open
- Dominant language
- Go
- Stars
- 3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
Currently plotutil uses the Color func to return a order set of colours for plots. Consider using a palette.Palette instead.
Issue of whether to take a Palette parameter or continue to use the current Color func.
Contributor guide
Assessment
This issue has not been assessed yet.