From de63d5f35c88646bda69f62dfb1248fa484d0f0e Mon Sep 17 00:00:00 2001 From: dylodylo Date: Fri, 10 Apr 2020 19:38:04 +0200 Subject: [PATCH] Update script --- script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script.py b/script.py index 1612d7c..9c6414d 100644 --- a/script.py +++ b/script.py @@ -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")