Draw vertical lines at each x position from ymin to ymax
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(inout), | allocatable | :: | plots(:) | ||
| type(figure_state_t), | intent(inout) | :: | state | |||
| integer, | intent(inout) | :: | plot_count | |||
| real(kind=wp), | intent(in) | :: | x(:) | |||
| real(kind=wp), | intent(in) | :: | ymin | |||
| real(kind=wp), | intent(in) | :: | ymax | |||
| character(len=*), | intent(in), | optional | :: | colors | ||
| character(len=*), | intent(in), | optional | :: | linestyles | ||
| real(kind=wp), | intent(in), | optional | :: | linewidth | ||
| character(len=*), | intent(in), | optional | :: | label |