Recreate PyPlot's color maps in native Julia?

Is it possible to recreate the same color maps that PyPlot comes with in native Julia, for use with e.g Images.jl

https://matplotlib.org/users/colormaps.html

I really like the color maps PyPlot comes with, but I don’t wish to rely on a Python library. Does somebody know of a very simple solution for recreating them?

They are in PlotUtils.jl

1 Like

Let’s say I want the cubehelix color scheme from the link above, how would I get it with PlotUtils?

I can see cubehelix here:
http://juliagraphics.github.io/ColorSchemes.jl/stable/basics.html#Chart-of-all-schemes-1

4 Likes