fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
pie_prepared_t
Derived Type
7 statements
Source File
fortplot_figure_plots.f90
fortplot_figure_plots
pie_prepared_t
Contents
Variables
slice_count
total
indices
explode
valid
type, public :: pie_prepared_t
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
slice_count
=
0
real(kind=wp),
public
::
total
=
0.0_wp
integer,
public,
allocatable
::
indices
(:)
real(kind=wp),
public,
allocatable
::
explode
(:)
logical,
public
::
valid
=
.false.