Estefani Gaytan Nunez

upload

50.3 KB | W: | H:

97.7 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -114,15 +114,15 @@ if __name__ == '__main__':
imageName = str(options.figureName) + '_' + str(options.version)
fig = plt.figure()
plt.rcParams.update({'font.size': 15})
#fig.set_figheight(13)
#fig.set_figwidth(20)
fig.set_figheight(13)
fig.set_figwidth(20)
plt.xlabel("Runs")
plt.ylabel("score")
plt.ylim(-0.2, 1.2)
lines=['-', '--', '-.', ':', ',', 'o', 'v', '^', '<', '>', '1', '2', '3', '4', 's', 'p', '*', 'h', 'H', '+', 'x', 'D', 'd', '|', '_']
#lines=['-', '--', '-.', ':', ',', 'o', 'v', '^', '<', '>', '1', '2', '3', '4', 's', 'p', '*', 'h', 'H', '+', 'x', 'D', 'd', '|', '_']
lines = [ 'r--', 'rs', 'r^', 'r:', 'rH', 'g--', 'gs', 'g^', 'g|', 'gH' , 'b--', 'bs', 'b^', 'b|', 'bH', 'r+']
for i,k in enumerate(tags.keys()):
plt.grid(False)
plt.grid(False)
plt.plot(precision[k], lines[i], label=k, linewidth=8)
plt.legend(loc='lower right')
plt.tight_layout()
......
git add --all .
git commit -m "upload"
#git pull
git push