Minor changes to benchmark plots

This commit is contained in:
2021-06-02 08:12:41 -05:00
parent c5728cb575
commit 0c1b508e85
2 changed files with 0 additions and 3 deletions

View File

@@ -63,7 +63,6 @@ sns.barplot(
x="Speedup", x="Speedup",
y="Instance", y="Instance",
color="tab:purple", color="tab:purple",
capsize=0.15,
errcolor="k", errcolor="k",
errwidth=1.25, errwidth=1.25,
ax=ax1, ax=ax1,
@@ -73,7 +72,6 @@ sns.barplot(
x="Speedup", x="Speedup",
y="Group", y="Group",
color="tab:purple", color="tab:purple",
capsize=0.15,
errcolor="k", errcolor="k",
errwidth=1.25, errwidth=1.25,
ax=ax2, ax=ax2,

View File

@@ -205,7 +205,6 @@ def generate_chart():
y="Instance", y="Instance",
x="Total time (s)", x="Total time (s)",
hue="Group", hue="Group",
capsize=0.15,
errcolor="k", errcolor="k",
errwidth=1.25, errwidth=1.25,
data=benchmark, data=benchmark,