This commit is contained in:
s432211 2020-05-05 10:10:37 +02:00
parent 18d6075997
commit a97f1eb88a
3 changed files with 11 additions and 9 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.png
*.txt

View File

@ -17,7 +17,7 @@ for line in open('srr.txt', 'r'):
fig, ax = plt.subplots()
plt.xticks(X1)
plt.title("WER SRR")
plt.title("WER/SRR")
plt.xlabel("Number")
plt.ylabel("Value")
plt.plot(X1, Y1)