4-argument coordinate transformation (figure or axis coordinates)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(text_annotation_t), | intent(in) | :: | annotation | |||
real(kind=wp), | intent(in) | :: | area_or_size(:) | |||
real(kind=wp), | intent(out) | :: | pixel_x | |||
real(kind=wp), | intent(out) | :: | pixel_y |
5-argument coordinate transformation (data coordinates)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(text_annotation_t), | intent(in) | :: | annotation | |||
real(kind=wp), | intent(in) | :: | plot_area(:) | |||
real(kind=wp), | intent(in) | :: | data_bounds(:) | |||
real(kind=wp), | intent(out) | :: | pixel_x | |||
real(kind=wp), | intent(out) | :: | pixel_y |