core_figure_legend Subroutine

public subroutine core_figure_legend(state, plots, plot_count, location, subplots_array, subplot_rows, subplot_cols)

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
type(plot_data_t), intent(inout), allocatable :: plots(:)
integer, intent(in) :: plot_count
character(len=*), intent(in), optional :: location
type(subplot_data_t), intent(in), optional, allocatable :: subplots_array(:,:)
integer, intent(in), optional :: subplot_rows
integer, intent(in), optional :: subplot_cols