zad4 test14

This commit is contained in:
massta 2020-04-05 19:55:01 +02:00
parent b9c3b4f22a
commit e0f8992501
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ with open('averagesrr.txt','r') as csvfile:
plt.plot(x,y, label='SRR') plt.plot(x,y, label='SRR')
plt.xlabel('SRR') plt.xlabel('SRR')
plt.ylabel('Numer') plt.ylabel('Numer')
plt.title('Wykres średni SRR') plt.title('Average plot SRR')
plt.legend() plt.legend()
plt.savefig('plotsrr.png') plt.savefig('plotsrr.png')

View File

@ -15,6 +15,6 @@ with open('averagewer.txt','r') as csvfile:
plt.plot(x,y, label='WER') plt.plot(x,y, label='WER')
plt.xlabel('WER') plt.xlabel('WER')
plt.ylabel('Numer') plt.ylabel('Numer')
plt.title('Wykres średni WER') plt.title('Average plot WER')
plt.legend() plt.legend()
plt.savefig('plotwer.png') plt.savefig('plotwer.png')