fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
compute_default_contour_levels
Subroutine
63 statements
Source File
fortplot_contour_level_calculation.f90
fortplot_contour_level_calculation
compute_default_contour_levels
Contents
public subroutine compute_default_contour_levels(z_min, z_max, levels)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
z_min
real(kind=wp),
intent(in)
::
z_max
real(kind=wp),
intent(out),
allocatable
::
levels
(:)