Skip to content

Commit

Permalink
Add links to colormap packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Sep 28, 2017
1 parent 4d5948f commit ca2e384
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ Returns the most saturated color for a given hue `h` (defined in LCHuv space, i.

## Colormaps

This package provides some pre-defined colormaps (described below). There are also several packages:

- [ColorSchemes.jl](https://github.com/JuliaGraphics/ColorSchemes.jl) (see [colormaps](http://juliagraphics.github.io/ColorSchemes.jl/latest/basics.html))
- [PerceptualColourMaps](https://github.com/peterkovesi/PerceptualColourMaps.jl)
- [ColorBrewer](https://github.com/timothyrenner/ColorBrewer.jl)
- [NoveltyColors](https://github.com/randyzwitch/NoveltyColors.jl)

Colormap functions provided by Colors.jl:

`colormap(cname::String [, N::Int=100; mid=0.5, logscale=false, kvs...])`

Returns a predefined sequential or diverging colormap computed using the algorithm by Wijffelaars, M., et al. (2008).
Expand Down

0 comments on commit ca2e384

Please sign in to comment.