draw_pdf_secondary_y_axis Subroutine

public subroutine draw_pdf_secondary_y_axis(ctx, yscale, symlog_threshold, y_min, y_max, plot_area_left, plot_area_bottom, plot_area_width, plot_area_height, ylabel, date_format)

Draw secondary Y axis on the right side of the plot

Arguments

Type IntentOptional Attributes Name
type(pdf_context_core), intent(inout) :: ctx
character(len=*), intent(in) :: yscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_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 :: ylabel
character(len=*), intent(in), optional :: date_format