|
@@ -299,6 +299,8 @@ def main():
|
|
|
axis_twin.set_ylabel("Solution Quality", color = 'r')
|
|
|
#axes[i].legend()
|
|
|
#axis_twin.legend()
|
|
|
+
|
|
|
+ plt.tight_layout()
|
|
|
pdf.savefig()
|
|
|
plt.close()
|
|
|
|
|
@@ -310,6 +312,7 @@ def main():
|
|
|
axes[i].set_xlabel("Problem Instance w/ " + str(i + 14) + " cities")
|
|
|
axes[i].set_ylabel("% of runs <= NEOS", color = 'b')
|
|
|
|
|
|
+ plt.tight_layout()
|
|
|
pdf.savefig()
|
|
|
plt.close()
|
|
|
|