JuliaGraphics / ColorSchemes.jl

colorschemes, colormaps, gradients, and palettes
http://juliagraphics.github.io/ColorSchemes.jl/
Other
187 stars 33 forks source link

Adds the continuous schemes from Paul tol. #82

Closed kellertuer closed 2 years ago

kellertuer commented 2 years ago

This PR adds all continuous color schemes from Paul Tols notes.

https://personal.sron.nl/~pault/

The existing schemes here were the (smaller) discrete sets, which I also added over in named colors with their specific names., see https://github.com/JuliaGraphics/NamedColors.jl/pull/21.

I am not sure about the naming scheme here, I used the name from Paul Too when there was no other scheme yet – and a tol prefix when the scheme is a slight variation of an existing one.

Resolves #81.

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (45ca260) into master (2052f0a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   75.00%   75.00%           
=======================================
  Files           1        1           
  Lines         108      108           
=======================================
  Hits           81       81           
  Misses         27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2052f0a...45ca260. Read the comment docs.

cormullion commented 2 years ago

That's great, thanks so much! There's not really much of a naming scheme going on, it grew, er, "organically".