Peter: your package looks interesting... I may add the ability to pass your colormap objects directly into Plots functions. I'll open an issue when I have a chance and cc you.
On Friday, February 12, 2016, Tom Breloff <[email protected]> wrote: > Patrick I have solutions for custom colormaps with alpha in Plots... Maybe > this thread is good motivation to dedicate a page in the documentation. The > gist is that you can pass in a ColorGradient, which you can construct with > predefined gradient names, custom color vectors, and custom interpolation > points. Do a search for ColorGradient in the Plots issues and you should > find some examples. > > On Friday, February 12, 2016, Peter Kovesi <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> I have recently added a package for generating a variety of perceptually >> uniform colour maps which may be of interest to you >> https://github.com/peterkovesi/PerceptualColourMaps.jl >> However I do not consider transparency >> >> Cheers >> Peter >> >> On Friday, February 12, 2016 at 5:48:06 PM UTC+8, Patrick Kofod Mogensen >> wrote: >>> >>> Is it possible to create a colormap as described in the title using >>> Colors.jl? I couldn't seem to find anything on Colormaps and >>> transparency/opacity. >>> >>> Best, >>> Patrick >>> >>
