pb866 / MakiePlotting.jl

Collection of functions to easily create Make plots with Julia.
0 stars 0 forks source link

Simplify colour picking algorithm #10

Open pb866 opened 6 months ago

pb866 commented 6 months ago

Description

The colour picking algorithm is way too complicated and hard to understand/debug. E.g. datapoints, should not be changed and stay constant in all subroutine. Simplify the algorithm. It should maintain its features including the default behaviour of spreading colours evenly from start to stop including both edges.

Definition of Done

Acceptance Criteria