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")