draw_pdf_secondary_x_axis_top Subroutine

public subroutine draw_pdf_secondary_x_axis_top(ctx, xscale, symlog_threshold, x_min, x_max, plot_area_left, plot_area_bottom, plot_area_width, plot_area_height, xlabel, date_format)

Draw secondary X axis at the top of the plot

Arguments

Type IntentOptional Attributes Name
type(pdf_context_core), intent(inout) :: ctx
character(len=*), intent(in) :: xscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: plot_area_left
real(kind=wp), intent(in) :: plot_area_bottom
real(kind=wp), intent(in) :: plot_area_width
real(kind=wp), intent(in) :: plot_area_height
character(len=:), intent(in), optional, allocatable :: xlabel
character(len=*), intent(in), optional :: date_format