reserve_label_cells Subroutine

public pure subroutine reserve_label_cells(reserved, row, col, span, halo)

Reserve a label footprint of span cells starting at (row, col) plus a halo border, so plotted data is kept clear of the label.

Arguments

Type IntentOptional Attributes Name
logical, intent(inout) :: reserved(:,:)
integer, intent(in) :: row
integer, intent(in) :: col
integer, intent(in) :: span
integer, intent(in) :: halo