|
@ -101,7 +101,7 @@ def main(): |
|
|
|
|
|
|
|
|
sns.barplot(x=x_label, y=y_label, hue=var_label, data=df, palette="rocket", errorbar="sd") |
|
|
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-opt-submitmethod.png"), bbox_inches='tight') |
|
|
|
|
|
|
|
|
plt.savefig(os.path.join(output_path, "plot-opt-submitmethod.pdf"), bbox_inches='tight') |
|
|
plt.show() |
|
|
plt.show() |
|
|
|
|
|
|
|
|
if __name__ == "__main__": |
|
|
if __name__ == "__main__": |