Figure legend setup module
Extracted from fortplot_figure_plot_management for size compliance (refs #1694)
Functions
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
slice_index |
|
Return Value
character(len=1)
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(legend_t),
|
intent(inout) |
|
|
:: |
legend_data |
|
|
logical,
|
intent(inout) |
|
|
:: |
show_legend |
|
|
type(plot_data_t),
|
intent(in) |
|
|
:: |
plots(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
plot_count |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
location |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
backend_name |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(legend_t),
|
intent(inout) |
|
|
:: |
legend_data |
|
|
type(plot_data_t),
|
intent(in) |
|
|
:: |
plot |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
backend_name |
|