draw_text_axis_frame Subroutine

public subroutine draw_text_axis_frame(canvas, axis_col, bottom_row, top_row, right_col)

Draw the solid left and bottom axis spines plus the corner tick. Spines are filled cell-by-cell in screen space so they stay continuous regardless of the data range (issue #2069).

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(inout) :: canvas(:,:)
integer, intent(in) :: axis_col
integer, intent(in) :: bottom_row
integer, intent(in) :: top_row
integer, intent(in) :: right_col