render_polar_radial_gridlines Subroutine

public subroutine render_polar_radial_gridlines(backend, center_x, center_y, radius, n_spokes, theta_offset, clockwise, color, alpha)

Render radial gridlines (spokes) from center to boundary

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
real(kind=wp), intent(in) :: center_x
real(kind=wp), intent(in) :: center_y
real(kind=wp), intent(in) :: radius
integer, intent(in) :: n_spokes
real(kind=wp), intent(in) :: theta_offset
logical, intent(in) :: clockwise
real(kind=wp), intent(in), optional :: color(3)
real(kind=wp), intent(in), optional :: alpha