fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_text_annotation
Function
29 statements
Source File
fortplot_annotation_types.f90
fortplot_annotation_types
create_text_annotation
Contents
public function create_text_annotation(text, x, y, coord_type) result(annotation)
Create a text annotation with specified properties
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
text
real(kind=wp),
intent(in)
::
x
real(kind=wp),
intent(in)
::
y
integer,
intent(in),
optional
::
coord_type
Return Value
type(
text_annotation_t
)