Draw tick marks 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(:) | |||
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 |