Skip to content
Snippets Groups Projects
Commit 7e5ea4c4 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix columns

parent 77ce65cd
No related branches found
No related tags found
1 merge request!11Add batch approach for matrix multiplication
Pipeline #84010 passed
......@@ -48,7 +48,7 @@ def create_summary_plot(metrics, outplot_name):
grid = seaborn.FacetGrid(metrics, col="architecture", row="parameters")
grid.set_titles(template="Arch: {row_name} - {col_name}")
grid.set_titles(template="Arch: {col_name} - {row_name}")
grid.map(seaborn.barplot, "compiler_version", "cpu_time", "method")
grid.set_ylabels(f"CPU time({time_unit})")
grid.add_legend()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment