Skip to content

Commit 696506f

Browse files
committed
Change text for different configurations to enumeration.
1 parent 6ad3b20 commit 696506f

File tree

1 file changed

+4
-4
lines changed
  • scripts/incremental/benchmarking

1 file changed

+4
-4
lines changed

scripts/incremental/benchmarking/plot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import os
33
import shutil
44

5-
description_non_incr = "Non-incremental analysis"
6-
description_incr = "Incremental analysis"
7-
description_incr_post = "Incremental analysis with incremental postsolver"
8-
description_incr_rel ="Reluctant incremental analysis with incremental postsolver"
5+
description_non_incr = "(1)"
6+
description_incr = "(2)"
7+
description_incr_post = "(3)"
8+
description_incr_rel ="(4)"
99

1010
def cummulative_distr_compare2(results_dir, result_csv_filename, figure_dir):
1111
num_bins = 2000

0 commit comments

Comments
 (0)