fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
map_grid_index_to_coord
Function
13 statements
Source File
fortplot_streamplot_arrow_utils.f90
fortplot_streamplot_arrow_utils
map_grid_index_to_coord
Contents
public pure function map_grid_index_to_coord(grid_index, grid_values) result(coord)
Convert matplotlib-style grid index to data coordinate
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
grid_index
real(kind=wp),
intent(in)
::
grid_values
(:)
Return Value
real(kind=wp)