Estefani Gaytan Nunez

upload

52.4 KB | W: | H:

358 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -137,9 +137,9 @@ if __name__ == '__main__':
fig.set_figwidth(20)
plt.xlabel("Runs")
plt.ylabel("score")
plt.ylim(-0.2, 1.2)
plt.ylim(0.4, 1.2)
variantTags = [k for k in tags.keys() if len(set(tags[k]))>1 ]
lines = [ 'r^', 'ro', 'g^', 'go', 'b^', 'bo' , 'm^', 'mo', 'c^', 'co', 'ch', 'rh', 'gh', 'bh','mh']
#lines = [ 'r^', 'ro', 'g^', 'go', 'b^', 'bo' , 'm^', 'mo', 'c^', 'co', 'ch', 'rh', 'gh', 'bh','mh']
for i,k in enumerate(variantTags):
plt.grid(False)
plt.plot(precision[k], lines[i], label=k, linewidth=(15-i)*2)
......