diff --git a/generate_plot.py b/generate_plot.py index 38b3353..5b7a5bb 100644 --- a/generate_plot.py +++ b/generate_plot.py @@ -9,6 +9,10 @@ plot.xaxis.set_major_locator(MaxNLocator(integer=True)) plot.get_legend().remove() +plot.set_xlabel('sample') + +plot.set_ylabel('wer') + plot.get_figure().savefig('./historical_wer_mean_plot') @@ -20,4 +24,8 @@ plot.xaxis.set_major_locator(MaxNLocator(integer=True)) plot.get_legend().remove() +plot.set_xlabel('sample') + +plot.set_ylabel('srr') + plot.get_figure().savefig('./historical_srr_plot') \ No newline at end of file