Skip to content
Snippets Groups Projects
Commit bd51a489 authored by Patrick Lavoisier Wapet's avatar Patrick Lavoisier Wapet
Browse files

before the meeting, before resolving conflict

parent ff768de3
No related branches found
No related tags found
No related merge requests found
,patrick,patrick-latitude-7520.insa-lyon.fr,30.08.2022 15:03,file:///home/patrick/.config/libreoffice/4;
\ No newline at end of file
...@@ -268,9 +268,12 @@ if (generate_plots): ...@@ -268,9 +268,12 @@ if (generate_plots):
kernel_ridge_ax.tick_params(size=8) kernel_ridge_ax.tick_params(size=8)
if workstep == "looking_strange_cases": if workstep == "looking_strange_cases":
kernel_ridge_ax.bar(utils.get_X_user_friendly_from_X(X, X_dict),y, width=0.4) kernel_ridge_ax.bar(X,y, width=0.4)
# Add title and axis names # Add title and axis names
print ("Size of X ---: ", len(X)) print ("Size of X ---: ", len(X))
print ("Size of Y ---: ", len(y))
print ("Size of X ---: ", X)
print ("Size of Y ---: ", y)
kernel_ridge_ax.set_title('All energy/workload ratio') kernel_ridge_ax.set_title('All energy/workload ratio')
kernel_ridge_ax.set_xlabel('Configuration') kernel_ridge_ax.set_xlabel('Configuration')
kernel_ridge_ax.set_ylabel(r'Energy consumed/Workload ($\times 10E-11$)') kernel_ridge_ax.set_ylabel(r'Energy consumed/Workload ($\times 10E-11$)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment