ColorSchemes.jl
ColorSchemes.jl copied to clipboard
colorschemes, colormaps, gradients, and palettes
@JuliaRegistrator register()
### Request: (diverging) bipolar colormaps I'd like to suggest the addition of diverging bipolar colormaps, such as those mentioned in https://github.com/matplotlib/matplotlib/issues/6033 that ended up being encoded in https://github.com/endolith/bipolar-colormap I think,...
I do have this [script](https://github.com/lazarusA/BeautifulMakie/blob/main/_assets/scripts/getColorPalette.jl) to obtain colorpalettes from images (like the ones for Taylor Swift :D, https://twitter.com/drob/status/1459259255312236547 ). However, probably it will be nice to have a built-in function...
Hello I am trying to create colorscheme that I want to use in the heatmap of makie for now I use greys and It works quite well but I would...
Hi, I have generated and used some basic colormaps for color science studies. These include: LMS Cone Isolating colors  DKL Cone-Opponent colors  DKL Isoluminance Hues  and other...
There's some discussion going on in PlotUtils about switching to ColorSchemes as a provider of color gradients. However, there are some overlaps in PlotUtils' gradient names; for example,`:rainbow` exists in...
Just stumbled on it by chance: https://github.com/JuliaGraphics/ColorSchemes.jl/blob/dff53f0eb78e0344ebbc6f0d78967aee5fcd83b5/CHANGELOG.md?plain=1#L188C7-L188C19
@JuliaRegistrator register()
IANAL, but I noticed the licence files under `data/` and to the best of my understanding neither particular colours nor colour schemes can be copyrighted (particular shades can be trademarked,...
I find that often I need to remember not just a colour scheme, but also the naming scheme it uses. Currently, ColorSchemes.jl has a mix of: - `nocase` (e.g. `twelvebitrainbow`,...