diff --git a/plot.py b/plot.py index e294f9e..80eadce 100644 --- a/plot.py +++ b/plot.py @@ -15,7 +15,7 @@ for line in open('srr.txt', 'r'): y_num=y_num+1 fig, ax = plt.subplots() -plt.xticks(probs) +plt.xticks(X1) plt.title("WER SRR") plt.xlabel("Number") plt.ylabel("Value")