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.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')
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user