config_legend_t Derived Type

type, public :: config_legend_t

Legend configuration (maps to Vega-Lite config.legend).


Components

Type Visibility Attributes Name Initial
character(len=20), public :: orient = ''
logical, public :: orient_set = .false.
real(kind=wp), public :: label_font_size = -1.0_wp
real(kind=wp), public :: symbol_stroke_width = -1.0_wp
character(len=7), public :: fill_color = ''
logical, public :: fill_color_set = .false.
character(len=7), public :: stroke_color = ''
logical, public :: stroke_color_set = .false.
real(kind=wp), public :: corner_radius = -1.0_wp
real(kind=wp), public :: padding = -1.0_wp
real(kind=wp), public :: frame_alpha = -1.0_wp
logical, public :: defined = .false.