Draw tick labels using actual plot area coordinates (FIXED version)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(pdf_context_core), | intent(inout) | :: | ctx | |||
| real(kind=wp), | intent(in) | :: | x_positions(:) | |||
| real(kind=wp), | intent(in) | :: | y_positions(:) | |||
| character(len=*), | intent(in) | :: | x_labels(:) | |||
| character(len=*), | intent(in) | :: | y_labels(:) | |||
| integer, | intent(in) | :: | num_x | |||
| integer, | intent(in) | :: | num_y | |||
| real(kind=wp), | intent(in) | :: | plot_left | |||
| real(kind=wp), | intent(in) | :: | plot_bottom | |||
| real(kind=wp), | intent(in) | :: | canvas_height |