plot generator

This commit is contained in:
Tomasz Łysiak 2019-05-16 12:49:19 +02:00
parent bb573bf09a
commit 104dc6916d

View File

@ -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')