From 0c1b508e85619c94b2401842fd158905fce63a3b Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Wed, 2 Jun 2021 08:12:41 -0500 Subject: [PATCH] Minor changes to benchmark plots --- benchmark/scripts/compare.py | 2 -- benchmark/scripts/table.py | 1 - 2 files changed, 3 deletions(-) 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,