From 64c95429885fdd373ddf8e1ec8102a4f6ffdf3a3 Mon Sep 17 00:00:00 2001 From: Tom Silver Date: Tue, 14 Jun 2022 11:35:20 -0400 Subject: [PATCH] fatten lines --- scripts/plotting/create_option_learning_plots.py | 1 + 1 file changed, 1 insertion(+) 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)