SubPlot_ Derived Type

type, public :: SubPlot_

Subplot in the main plot.


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: xlabel
character(len=:), public, allocatable :: ylabel
character(len=:), public, allocatable :: name
real(kind=real64), public, allocatable :: xr(:)
real(kind=real64), public, allocatable :: yr(:)
type(SubPlot_), public, pointer :: subplot => null()
real(kind=real64), public, pointer :: x(:) => null()
real(kind=real64), public, pointer :: y(:) => null()
character(len=:), public, allocatable :: comment