transform_annotation_coordinates Subroutine

public subroutine transform_annotation_coordinates(self, x, y, coord_type, pixel_x, pixel_y)

Transform annotation coordinates based on coordinate type (Issue #184)

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(in) :: self
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: y
integer, intent(in) :: coord_type
real(kind=wp), intent(out) :: pixel_x
real(kind=wp), intent(out) :: pixel_y