fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
apply_inverse_scale_transform
Function
16 statements
Source File
fortplot_scales.f90
fortplot_scales
apply_inverse_scale_transform
Contents
public function apply_inverse_scale_transform(value, scale_type, threshold) result(original)
Apply inverse scale transformation to recover original value
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
value
character(len=*),
intent(in)
::
scale_type
real(kind=wp),
intent(in)
::
threshold
Return Value
real(kind=wp)