calculate_x_tick_label_position Subroutine

public subroutine calculate_x_tick_label_position(tick_x, plot_bottom, label_text, label_x, label_y)

Calculate X-axis tick label position using proper font metrics and matplotlib spacing

Arguments

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