aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/gengraphs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/gengraphs.py')
-rwxr-xr-xtest/monniaux/gengraphs.py1
1 files changed, 0 insertions, 1 deletions
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()