Update script

This commit is contained in:
dylodylo 2020-04-10 19:38:04 +02:00
parent 863c1fc32e
commit de63d5f35c

View File

@ -27,6 +27,7 @@ if os.path.exists('srr_results.txt') and os.path.exists('wer_results.txt'):
fig, ax = plt.subplots()
plt.xticks(probs)
plt.title("WER & SRR")
plt.xlabel("Number of probe")
plt.ylabel("Error value")