fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
apply_colormap_to_array
Subroutine
18 statements
Source File
fortplot_colors.f90
fortplot_colors
apply_colormap_to_array
Contents
public subroutine apply_colormap_to_array(values, colormap, rgb_mapped)
Apply colormap to array of values efficiently
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
values
(:)
character(len=*),
intent(in)
::
colormap
real(kind=wp),
intent(out)
::
rgb_mapped
(:,:)