raster_draw_x_minor_ticks Subroutine

public subroutine raster_draw_x_minor_ticks(raster, width, height, plot_area, xscale, symlog_threshold, minor_ticks, x_min, x_max)

Draw minor tick marks on the x-axis (shorter than major ticks)

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
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in) :: minor_ticks(:)
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max