fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
is_registered_legend_label
Function
23 statements
Source File
fortplot_ascii_utils.f90
fortplot_ascii_utils
is_registered_legend_label
Contents
public pure function is_registered_legend_label(legend_entry_labels, legend_entry_count, text) result(found)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=64),
intent(in)
::
legend_entry_labels
(:)
integer,
intent(in)
::
legend_entry_count
character(len=*),
intent(in)
::
text
Return Value
logical