This commit is contained in:
Glenn Jocher 2019-09-20 13:22:11 +02:00
parent dd913d0158
commit a81f8ec0f3
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ def plot_results(start=0, stop=0): # from utils.utils import *; plot_results()
ax[i].get_shared_y_axes().join(ax[i], ax[i - 5]) ax[i].get_shared_y_axes().join(ax[i], ax[i - 5])
fig.tight_layout() fig.tight_layout()
ax[0].legend() ax[1].legend()
fig.savefig('results.png', dpi=200) fig.savefig('results.png', dpi=200)