fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
compute_radial_ticks
Subroutine
12 statements
Source File
fortplot_polar.f90
fortplot_polar
compute_radial_ticks
Contents
public pure subroutine compute_radial_ticks(r_min, r_max, n_ticks, tick_values)
Compute radial tick positions for polar plot
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
r_min
real(kind=wp),
intent(in)
::
r_max
integer,
intent(in)
::
n_ticks
real(kind=wp),
intent(out)
::
tick_values
(:)