create_text_annotation Function

public function create_text_annotation(text, x, y, coord_type) result(annotation)

Create a text annotation with specified properties

Arguments

Type IntentOptional 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)