zad4 test21
This commit is contained in:
parent
feeaae192b
commit
73d58d32d9
@ -16,8 +16,8 @@ with open('averagesrr.txt','r') as csvfile:
|
||||
i=i+1
|
||||
|
||||
plt.plot(x,y)
|
||||
plt.ylabel('SRR')
|
||||
plt.ylabel('SRR (%)')
|
||||
plt.xlabel('Build number')
|
||||
plt.title('Average plot SRR')
|
||||
plt.title('Plot of average SRR')
|
||||
plt.legend()
|
||||
plt.savefig('plotsrr.png')
|
||||
|
@ -16,8 +16,8 @@ with open('averagewer.txt','r') as csvfile:
|
||||
i=i+1
|
||||
|
||||
plt.plot(x,y)
|
||||
plt.ylabel('WER')
|
||||
plt.ylabel('WER (%)')
|
||||
plt.xlabel('Build number')
|
||||
plt.title('Average plot WER')
|
||||
plt.title('Plot of average WER')
|
||||
plt.legend()
|
||||
plt.savefig('plotwer.png')
|
||||
|
Loading…
Reference in New Issue
Block a user