Mert's fixes
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -102,7 +102,7 @@ ax2.set_ylim(1,1.5e3)
|
||||
ax.set_xticks(x_pos)
|
||||
ax.set_xticklabels(systems)
|
||||
ax.set_ylabel("Per-MLFMM Execution Time (ms)")
|
||||
ax2.set_ylabel("Speedup over 1T")
|
||||
ax2.set_ylabel("Speedup over Sequential")
|
||||
plt.savefig(path+'.pdf', bbox_inches=BBOX_INCHES)
|
||||
plt.savefig(path+'.png', dpi=DPI, bbox_inches=BBOX_INCHES)
|
||||
print path
|
||||
@@ -131,7 +131,7 @@ ax2.set_ylim(1,1.5e3)
|
||||
ax.set_xticks(x_pos)
|
||||
ax.set_xticklabels(systems)
|
||||
ax.set_ylabel("Per-MLFMM Execution Time (ms)")
|
||||
ax2.set_ylabel("Speedup over 1T")
|
||||
ax2.set_ylabel("Speedup over Sequential")
|
||||
plt.savefig(path+'.pdf', bbox_inches=BBOX_INCHES)
|
||||
plt.savefig(path+'.png', dpi=DPI, bbox_inches=BBOX_INCHES)
|
||||
print path
|
||||
@@ -187,7 +187,7 @@ ax2.set_ylim(1,5e3)
|
||||
ax.set_xticks(x_pos)
|
||||
ax.set_xticklabels(systems)
|
||||
fig.text(-0.01, 0.5, "Per-MLFMM Execution Time (ms)", va='center', rotation='vertical')
|
||||
fig.text(0.99, 0.5, "Speedup over 1T", va='center', rotation='vertical')
|
||||
fig.text(0.99, 0.5, "Speedup over Sequential", va='center', rotation='vertical')
|
||||
fig.tight_layout()
|
||||
plt.savefig(path+'.pdf', bbox_inches=BBOX_INCHES)
|
||||
plt.savefig(path+'.png', dpi=DPI, bbox_inches=BBOX_INCHES)
|
||||
|