Add arrow annotation to figure
| Type | Intent | Optional | 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 |