ascii_render_axes_impl Subroutine

public subroutine ascii_render_axes_impl(x_min, x_max, y_min, y_max, has_stored_y_range, stored_y_min, stored_y_max, last_xscale, last_yscale, last_symlog_threshold, canvas, plot_width, plot_height, title_text, xlabel_text, ylabel_text, text_elements, num_text_elements, custom_xtick_positions, custom_xtick_labels)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max
logical, intent(in) :: has_stored_y_range
real(kind=wp), intent(in) :: stored_y_min
real(kind=wp), intent(in) :: stored_y_max
character(len=*), intent(in) :: last_xscale
character(len=*), intent(in) :: last_yscale
real(kind=wp), intent(in) :: last_symlog_threshold
character(len=1), intent(inout) :: canvas(:,:)
integer, intent(in) :: plot_width
integer, intent(in) :: plot_height
character(len=:), intent(inout), allocatable :: title_text
character(len=:), intent(inout), allocatable :: xlabel_text
character(len=:), intent(inout), allocatable :: ylabel_text
type(text_element_t), intent(inout) :: text_elements(:)
integer, intent(inout) :: num_text_elements
real(kind=wp), intent(in), optional :: custom_xtick_positions(:)
character(len=*), intent(in), optional :: custom_xtick_labels(:)