updates
This commit is contained in:
parent
dd913d0158
commit
a81f8ec0f3
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue