diff --git a/benchmark/scripts/compare.py b/benchmark/scripts/compare.py index 9085d20..1db1898 100644 --- a/benchmark/scripts/compare.py +++ b/benchmark/scripts/compare.py @@ -63,7 +63,6 @@ sns.barplot( x="Speedup", y="Instance", color="tab:purple", - capsize=0.15, errcolor="k", errwidth=1.25, ax=ax1, @@ -73,7 +72,6 @@ sns.barplot( x="Speedup", y="Group", color="tab:purple", - capsize=0.15, errcolor="k", errwidth=1.25, ax=ax2, diff --git a/benchmark/scripts/table.py b/benchmark/scripts/table.py index a7c4a6d..d0662b9 100644 --- a/benchmark/scripts/table.py +++ b/benchmark/scripts/table.py @@ -205,7 +205,6 @@ def generate_chart(): y="Instance", x="Total time (s)", hue="Group", - capsize=0.15, errcolor="k", errwidth=1.25, data=benchmark,