Set line plot properties (style, color, etc.) Extracted from add_line_plot_data for QADS compliance
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(inout) | :: | plot | |||
| integer, | intent(in) | :: | plot_idx | |||
| character(len=*), | intent(in), | optional | :: | label | ||
| character(len=*), | intent(in), | optional | :: | linestyle | ||
| character(len=*), | intent(in), | optional | :: | marker | ||
| real(kind=wp), | intent(in), | optional | :: | color_rgb(3) | ||
| character(len=*), | intent(in), | optional | :: | color_str | ||
| type(figure_state_t), | intent(in) | :: | state |