compute_title_position Subroutine

public subroutine compute_title_position(plot_area, title_text, escaped_text, title_px, title_py, dpi, top_tick_height)

Compute the position for centered title above plot area

Arguments

Type IntentOptional Attributes Name
type(plot_area_t), intent(in) :: plot_area
character(len=*), intent(in) :: title_text
character(len=*), intent(out) :: escaped_text
real(kind=wp), intent(out) :: title_px
real(kind=wp), intent(out) :: title_py
real(kind=wp), intent(in), optional :: dpi
integer, intent(in), optional :: top_tick_height