raster_draw_axes_lines_and_ticks Subroutine

public subroutine raster_draw_axes_lines_and_ticks(raster, width, height, plot_area, xscale, yscale, symlog_threshold, x_min, x_max, y_min, y_max)

Draw axes lines and tick marks WITHOUT labels (for proper drawing order)

Arguments

Type IntentOptional Attributes Name
type(raster_image_t), intent(inout) :: raster
integer, intent(in) :: width
integer, intent(in) :: height
type(plot_area_t), intent(in) :: plot_area
character(len=*), intent(in) :: xscale
character(len=*), intent(in) :: yscale
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) :: y_min
real(kind=wp), intent(in) :: y_max