Individual subplot container
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(plot_data_t), | public, | allocatable | :: | plots(:) | |||
integer, | public | :: | plot_count | = | 0 | ||
integer, | public | :: | max_plots | = | 10 | ||
character(len=:), | public, | allocatable | :: | title | |||
character(len=:), | public, | allocatable | :: | xlabel | |||
character(len=:), | public, | allocatable | :: | ylabel | |||
character(len=10), | public | :: | xscale | = | 'linear' | ||
character(len=10), | public | :: | yscale | = | 'linear' |