get_axis_tick_positions Subroutine

public subroutine get_axis_tick_positions(plot_area, num_ticks_x, num_ticks_y, x_positions, y_positions, actual_num_x, actual_num_y)

Generate tick mark positions for basic axes

Arguments

Type IntentOptional Attributes Name
type(plot_area_t), intent(in) :: plot_area
integer, intent(in) :: num_ticks_x
integer, intent(in) :: num_ticks_y
real(kind=wp), intent(out) :: x_positions(:)
real(kind=wp), intent(out) :: y_positions(:)
integer, intent(out) :: actual_num_x
integer, intent(out) :: actual_num_y