We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e9ba1 commit 64c9542Copy full SHA for 64c9542
1 file changed
scripts/plotting/create_option_learning_plots.py
@@ -136,6 +136,7 @@ def _main() -> None:
136
yerr=y_stds,
137
label=label,
138
color=color,
139
+ linewidth=3,
140
marker=marker)
141
ax.set_title(plot_title)
142
ax.set_xlabel(x_label)
0 commit comments