set_line_plot_properties Subroutine

public subroutine set_line_plot_properties(plot, plot_idx, label, linestyle, marker, color_rgb, color_str, state)

Set line plot properties (style, color, etc.) Extracted from add_line_plot_data for QADS compliance

Arguments

Type IntentOptional 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