calculate_y_label_position Subroutine

public subroutine calculate_y_label_position(tick_y, plot_left, label_text, label_x, label_y)

Calculate Y-axis label position with right alignment and proper spacing

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: tick_y
real(kind=wp), intent(in) :: plot_left
character(len=*), intent(in) :: label_text
real(kind=wp), intent(out) :: label_x
real(kind=wp), intent(out) :: label_y