Initialize tick count and allocate arrays
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | plot_width | |||
| real(kind=wp), | intent(in) | :: | plot_height | |||
| integer, | intent(out) | :: | num_x_ticks | |||
| integer, | intent(out) | :: | num_y_ticks | |||
| real(kind=wp), | intent(out), | allocatable | :: | x_positions(:) | ||
| real(kind=wp), | intent(out), | allocatable | :: | y_positions(:) | ||
| character(len=50), | intent(out), | allocatable | :: | x_labels(:) | ||
| character(len=50), | intent(out), | allocatable | :: | y_labels(:) |