Skip to content

Commit 805b571

Browse files
committed
graph lookmaxxing
1 parent bcd6c5e commit 805b571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/cnt_per_iters_plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def plot_cnt_per_iters(outcomes, args):
2222
rival = rival.drop(['baseline_precision'], axis=1)
2323
rival = rival.groupby(['rival_iter'], as_index=False).sum()
2424

25-
ax.bar(np.arange(len(baseline)) + 0.9, baseline['number_of_points'], color="green", alpha=1, width=0.4, label='baseline', hatch='/')
26-
ax.bar(np.arange(len(rival)) + 1.1, rival['number_of_points'], color="red", alpha=0.7, width=0.4, label='reval')
25+
ax.bar(np.arange(len(baseline)) + 0.925, baseline['number_of_points'], color="green", alpha=1, width=0.3, label='baseline', hatch='/')
26+
ax.bar(np.arange(len(rival)) + 1.075, rival['number_of_points'], color="red", alpha=0.7, width=0.3, label='reval')
2727

2828
ax.legend()
2929
ax.set_xlabel("Iteration")

0 commit comments

Comments
 (0)