aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/monniaux/gencompile.py1
-rwxr-xr-xtest/monniaux/gengraphs.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/monniaux/gencompile.py b/test/monniaux/gencompile.py
index 739e535a..bee1c924 100755
--- a/test/monniaux/gencompile.py
+++ b/test/monniaux/gencompile.py
@@ -41,7 +41,6 @@ do_plot(verifier_coords, "b+", "Verifier")
do_plot(oracle_coords, "g+", "Oracle")
ax.set_ylabel("Time x1000 (s)")
-ax.set_title("Scheduling pass time")
ax.set_xlabel("Size of basic blocks")
ax.legend()
diff --git a/test/monniaux/gengraphs.py b/test/monniaux/gengraphs.py
index afcb6cfd..3236f565 100755
--- a/test/monniaux/gengraphs.py
+++ b/test/monniaux/gengraphs.py
@@ -86,7 +86,6 @@ def generate_file(f: str, cols: List[str]) -> None:
# Add some text for labels, title and custom x-axis tick labels, etc.
ax.set_ylabel('1/cycles (%)')
ax.set_yticklabels(['{:,.0%}'.format(x) for x in ax.get_yticks()])
- ax.set_title('TITLE')
ax.set_xticks(ind)
ax.set_xticklabels(benches)
ax.legend()