You can create a custom colormap from a "map" array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Colormap), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | name | |||
real(kind=wp), | intent(in) | :: | zmin | |||
real(kind=wp), | intent(in) | :: | zmax | |||
integer, | intent(in), | dimension(:, :) | :: | map | ||
logical, | intent(in), | optional | :: | reverse |