render_ascii_grid Subroutine

public subroutine render_ascii_grid(backend, xscale, yscale, symlog_threshold, x_min, x_max, y_min, y_max, grid_axis, grid_which)

Paint text-backend grid glyphs aligned to major ticks after the data series so the layer policy keeps data on top of the grid (issue

2074). No-op for non-text backends, whose grid is drawn as lines.

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
character(len=*), intent(in) :: xscale
character(len=*), intent(in) :: yscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max
character(len=1), intent(in) :: grid_axis
character(len=*), intent(in) :: grid_which