set_subplot_xlabel Subroutine

public subroutine set_subplot_xlabel(subplots_array, subplot_rows, subplot_cols, row, col, xlabel)

Set the x-axis label for a specific subplot

Arguments

Type IntentOptional Attributes Name
type(subplot_data_t), intent(inout) :: subplots_array(:,:)
integer, intent(in) :: subplot_rows
integer, intent(in) :: subplot_cols
integer, intent(in) :: row
integer, intent(in) :: col
character(len=*), intent(in) :: xlabel