render_polar_data Subroutine

public subroutine render_polar_data(backend, theta, r, n, center_x, center_y, r_scale, theta_offset, clockwise, color)

Render polar data as connected line segments

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
real(kind=wp), intent(in) :: theta(:)
real(kind=wp), intent(in) :: r(:)
integer, intent(in) :: n
real(kind=wp), intent(in) :: center_x
real(kind=wp), intent(in) :: center_y
real(kind=wp), intent(in) :: r_scale
real(kind=wp), intent(in) :: theta_offset
logical, intent(in) :: clockwise
real(kind=wp), intent(in), optional :: color(3)