Skip to content

Commit 8749d25

Browse files
committed
Graph
1 parent b415898 commit 8749d25

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

scripts/data/create_graphs_ganak.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,13 @@ def get_dirs(ver : str):
476476
# "out-ganak-mc2324-14195954-0",
477477

478478
# complex numbers from Mei
479-
"out-ganak-gpmc-mei-14294765-", # gpmc
479+
# "out-ganak-gpmc-mei-14294765-", # gpmc
480480
# "out-ganak-gpmc-mei-14295250-0", # ganak, fixed complex
481-
"out-ganak-gpmc-mei-14295899-0", # mpfr ganak
481+
# "out-ganak-gpmc-mei-14295899-0", # mpfr ganak
482+
483+
# parity
484+
"out-ganak-gpmc-parity-14296246-", # parity
485+
"out-ganak-gpmc-parity-14298930-", # parity
482486
]
483487
# only_dirs = ["out-ganak-6828273"] #-- functional synth
484488
#"6393432", "6393432", "6349002",, "6349002", "6387743" "6356951"] #, "out-ganak-6318929.pbs101-4", "out-ganak-6328707.pbs101-7", "out-ganak-6318929.pbs101-7"] #,"6348728" "6346880", "6335522", "6328982", "6328707"]
@@ -655,7 +659,7 @@ def get_dirs(ver : str):
655659
f.write("set ylabel \"Instances counted\"\n")
656660
f.write("set xlabel \"Time (s)\"\n")
657661
# f.write("plot [:][10:]\\\n")
658-
f.write("plot [:][900:]\\\n")
662+
f.write("plot [:][:]\\\n")
659663
i = 0
660664
# f.write(" \"runkcbox-prearjun.csv.gnuplotdata\" u 2:1 with linespoints title \"KCBox\",\\\n")
661665
# f.write(" \"runsharptd-prearjun.csv.gnuplotdata\" u 2:1 with linespoints title \"SharptTD\",\\\n")

0 commit comments

Comments
 (0)