plot 4 fix2

This commit is contained in:
alicja.m.musial 2020-04-03 19:47:43 +02:00
parent 76109d40f6
commit f7b416ae64

View File

@ -22,9 +22,11 @@ def createplot(sourceFile):
title='Metric for ASR')
ax.grid()
name = sourceFile.rstrip('.')
fig.savefig(name+'.png')
plt.show()
if __name__ == '__main__':
createplot('wer.txt')
createplot('name+.txt')
createplot('srr.txt')