draw_pdf_tick_labels_with_area Subroutine

public subroutine draw_pdf_tick_labels_with_area(ctx, x_positions, y_positions, x_labels, y_labels, num_x, num_y, plot_left, plot_bottom, canvas_height)

Draw tick labels using actual plot area coordinates (FIXED version)

Arguments

Type IntentOptional Attributes Name
type(pdf_context_core), intent(inout) :: ctx
real(kind=wp), intent(in) :: x_positions(:)
real(kind=wp), intent(in) :: y_positions(:)
character(len=*), intent(in) :: x_labels(:)
character(len=*), intent(in) :: y_labels(:)
integer, intent(in) :: num_x
integer, intent(in) :: num_y
real(kind=wp), intent(in) :: plot_left
real(kind=wp), intent(in) :: plot_bottom
real(kind=wp), intent(in) :: canvas_height