legend_entry_t Derived Type

type, public :: legend_entry_t

Single Responsibility: Represents one legend entry


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: label
real(kind=wp), public, dimension(3) :: color = [0.0_wp, 0.0_wp, 0.0_wp]
character(len=:), public, allocatable :: linestyle
character(len=:), public, allocatable :: marker
logical, public :: is_patch = .false.

Render as a filled rectangle swatch (bars), not a line+marker.