zad4 test14
This commit is contained in:
parent
b9c3b4f22a
commit
e0f8992501
@ -15,6 +15,6 @@ with open('averagesrr.txt','r') as csvfile:
|
||||
plt.plot(x,y, label='SRR')
|
||||
plt.xlabel('SRR')
|
||||
plt.ylabel('Numer')
|
||||
plt.title('Wykres średni SRR')
|
||||
plt.title('Average plot SRR')
|
||||
plt.legend()
|
||||
plt.savefig('plotsrr.png')
|
||||
|
@ -15,6 +15,6 @@ with open('averagewer.txt','r') as csvfile:
|
||||
plt.plot(x,y, label='WER')
|
||||
plt.xlabel('WER')
|
||||
plt.ylabel('Numer')
|
||||
plt.title('Wykres średni WER')
|
||||
plt.title('Average plot WER')
|
||||
plt.legend()
|
||||
plt.savefig('plotwer.png')
|
||||
|
Loading…
Reference in New Issue
Block a user