core_initialize Subroutine

public subroutine core_initialize(state, plots, streamlines, subplots_array, subplot_rows, subplot_cols, current_subplot, title, xlabel, ylabel, plot_count, width, height, backend)

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
type(plot_data_t), intent(inout), allocatable :: plots(:)
type(plot_data_t), intent(inout), allocatable :: streamlines(:)
type(subplot_data_t), intent(inout), allocatable :: subplots_array(:,:)
integer, intent(inout) :: subplot_rows
integer, intent(inout) :: subplot_cols
integer, intent(inout) :: current_subplot
character(len=:), intent(inout), allocatable :: title
character(len=:), intent(inout), allocatable :: xlabel
character(len=:), intent(inout), allocatable :: ylabel
integer, intent(inout) :: plot_count
integer, intent(in), optional :: width
integer, intent(in), optional :: height
character(len=*), intent(in), optional :: backend