Commit 6cc1e680067fe21c62e17a673886e957060d6bcb

Authored by Guru Prasad
1 parent 9faddb75

Changed CPI to green in tuning_comparison.py

Showing 1 changed file with 1 additions and 1 deletions
figures/tuning_comparison.py
@@ -119,7 +119,7 @@ def plot(args, bmark, inefficiency, nt_points_list, t_points_list): @@ -119,7 +119,7 @@ def plot(args, bmark, inefficiency, nt_points_list, t_points_list):
119 ax.set_xlabel('Instructions (x10 Million)') 119 ax.set_xlabel('Instructions (x10 Million)')
120 ax.set_ylabel('CPI') 120 ax.set_ylabel('CPI')
121 121
122 - ax.plot(x_axis, cpi) 122 + ax.plot(x_axis, cpi, 'g')
123 123
124 plt.tight_layout() 124 plt.tight_layout()
125 fig.subplots_adjust(hspace=0.03) 125 fig.subplots_adjust(hspace=0.03)