test_pdf_scale_regression Program

Test to demonstrate PDF scale regression issue #985 This test generates a simple plot that should fill the available plot area but currently generates smaller plots with centering due to aspect ratio preservation


Variables

Type Attributes Name Initial
type(figure_t) :: fig
real(kind=wp), parameter :: x_data(5) = [1.0_wp, 2.0_wp, 3.0_wp, 4.0_wp, 5.0_wp]
real(kind=wp), parameter :: y_data(5) = [1.0_wp, 4.0_wp, 2.0_wp, 8.0_wp, 5.0_wp]