add_arrow_annotation Subroutine

public subroutine add_arrow_annotation(self, text, xy, xytext, xy_coord_type, xytext_coord_type, arrowprops, font_size, color, alpha)

Add arrow annotation to figure

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(inout) :: self
character(len=*), intent(in) :: text
real(kind=wp), intent(in) :: xy(2)
real(kind=wp), intent(in) :: xytext(2)
character(len=*), intent(in), optional :: xy_coord_type
character(len=*), intent(in), optional :: xytext_coord_type
character(len=*), intent(in), optional :: arrowprops
real(kind=wp), intent(in), optional :: font_size
real(kind=wp), intent(in), optional :: color(3)
real(kind=wp), intent(in), optional :: alpha