mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 00:08:52 -06:00
Minor changes to benchmark plots
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user