get_subplot_plot_count Function

public function get_subplot_plot_count(subplots_array, subplot_rows, subplot_cols, row, col) result(count)

Get the number of plots in a specific subplot

Arguments

Type IntentOptional Attributes Name
type(subplot_data_t), intent(in) :: subplots_array(:,:)
integer, intent(in) :: subplot_rows
integer, intent(in) :: subplot_cols
integer, intent(in) :: row
integer, intent(in) :: col

Return Value integer