draw_pdf_frame_with_area Subroutine

public subroutine draw_pdf_frame_with_area(ctx, plot_left, plot_bottom, plot_width, plot_height, canvas_height)

Draw the plot frame using actual plot area coordinates (FIXED version)

Arguments

Type IntentOptional Attributes Name
type(pdf_context_core), intent(inout) :: ctx
real(kind=wp), intent(in) :: plot_left
real(kind=wp), intent(in) :: plot_bottom
real(kind=wp), intent(in) :: plot_width
real(kind=wp), intent(in) :: plot_height
real(kind=wp), intent(in) :: canvas_height