@ -94,7 +94,7 @@ def main():
sns.barplot(x=x_label, y=y_label, hue=var_label, data=df, palette="rocket", errorbar="sd")
plt.savefig(os.path.join(output_path, "plot-perf-mtsubmit.png"), bbox_inches='tight')
plt.savefig(os.path.join(output_path, "plot-perf-mtsubmit.pdf"), bbox_inches='tight')
plt.show()
@ -79,7 +79,7 @@ def plot_bar(table,title,node_config):
plt.ylim(0, 100)
plt.savefig(os.path.join(output_path, f"plot-perf-{node_config}-throughput-selectbarplot.png"), bbox_inches='tight')
plt.savefig(os.path.join(output_path, f"plot-perf-{node_config}-throughput-selectbarplot.pdf"), bbox_inches='tight')
@ -101,7 +101,7 @@ def main():
plt.savefig(os.path.join(output_path, "plot-opt-submitmethod.png"), bbox_inches='tight')
plt.savefig(os.path.join(output_path, "plot-opt-submitmethod.pdf"), bbox_inches='tight')
if __name__ == "__main__":