fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
layer_t
Derived Type
7 statements
Source File
fortplot_spec_types.f90
fortplot_spec_types
layer_t
Contents
Variables
mark
encoding
data
field
has_data
type, public :: layer_t
Single layer within a layered spec
Components
Type
Visibility
Attributes
Name
Initial
type(
mark_t
),
public
::
mark
type(
encoding_t
),
public
::
encoding
type(
data_t
),
public
::
data
type(
field_plot_t
),
public
::
field
logical,
public
::
has_data
=
.false.