subplot_data_t Derived Type

type, public :: subplot_data_t

Subplot data container (extracted from fortplot_figure_core)


Components

Type Visibility Attributes Name Initial
type(plot_data_t), public, allocatable :: plots(:)
integer, public :: plot_count = 0
character(len=:), public, allocatable :: title
character(len=:), public, allocatable :: xlabel
character(len=:), public, allocatable :: ylabel
real(kind=wp), public :: x_min
real(kind=wp), public :: x_max
real(kind=wp), public :: y_min
real(kind=wp), public :: y_max
logical, public :: xlim_set = .false.
logical, public :: ylim_set = .false.
integer, public :: max_plots = 100