Generate tick mark positions for basic axes
Type | Intent | Optional | 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 |