colormap¶
-
colormap(name::AbstractString[, n=256]) Set the current colormap to
name, withncolors.namemay be one of the supported colormap names inColor.colormap(see https://github.com/JuliaLang/Color.jl#colormaps) orjet.
-
colormap(array::Vector{ColorValue}) Set the current colormap to
array.
-
colormap() Return the current colormap.
