calculate_pdf_plot_area Subroutine

public subroutine calculate_pdf_plot_area(canvas_width, canvas_height, margins, plot_area)

Calculate plot area for PDF backend (mathematical coordinates: Y=0 at bottom)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: canvas_width
integer, intent(in) :: canvas_height
type(plot_margins_t), intent(in) :: margins
type(plot_area_t), intent(out) :: plot_area