Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -95,7 +95,7 @@ if __name__ == '__main__': | ... | @@ -95,7 +95,7 @@ if __name__ == '__main__': |
95 | plt.plot(scoresTable['CV'], 'ro--', label='CV' , linewidth=1, markersize=6) | 95 | plt.plot(scoresTable['CV'], 'ro--', label='CV' , linewidth=1, markersize=6) |
96 | for k,v in dict(scoresTable).items(): | 96 | for k,v in dict(scoresTable).items(): |
97 | for a,b in zip(range(64), v): | 97 | for a,b in zip(range(64), v): |
98 | - plt.text(a-0.5, float(b)+0.00015, b[0:7], fontsize=6) | 98 | + plt.text(a-0.5, float(b)+0.0020, b[0:7], fontsize=6) |
99 | #print(a,b) | 99 | #print(a,b) |
100 | 100 | ||
101 | plt.legend(loc='upper left') | 101 | plt.legend(loc='upper left') | ... | ... |
-
Please register or login to post a comment