Render radial tick labels along a spoke, matching matplotlib's polar r-axis labels (e.g. 0.2, 0.4, ... at 22.5 degrees by default).
| Type | Intent | Optional | 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 | |||
| real(kind=wp), | intent(in) | :: | r_max | |||
| real(kind=wp), | intent(in), | optional | :: | label_angle |