diff --git a/scripts/plotting/create_option_learning_plots.py b/scripts/plotting/create_option_learning_plots.py index 1e4d6a8772..c6af08f321 100644 --- a/scripts/plotting/create_option_learning_plots.py +++ b/scripts/plotting/create_option_learning_plots.py @@ -136,6 +136,7 @@ def _main() -> None: yerr=y_stds, label=label, color=color, + linewidth=3, marker=marker) ax.set_title(plot_title) ax.set_xlabel(x_label)