plot generator
This commit is contained in:
parent
bb573bf09a
commit
104dc6916d
@ -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')
|
Loading…
Reference in New Issue
Block a user