소스 검색

less header margin than before

tarfeef101 6 년 전
부모
커밋
2a375043c3
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. BIN
      a2/hill_climbing.pdf
  2. 3 3
      a2/tsp_local.py

BIN
a2/hill_climbing.pdf


+ 3 - 3
a2/tsp_local.py

@@ -301,7 +301,7 @@ def main():
             #axis_twin.legend()
 
         plt.tight_layout()
-        plt.subplots_adjust(top=0.85)
+        plt.subplots_adjust(top=0.92)
         pdf.savefig()
         plt.close()
         
@@ -314,7 +314,7 @@ def main():
             axes[i].set_ylabel("% of runs <= NEOS", color = 'b')
             
         plt.tight_layout()
-        plt.subplots_adjust(top=0.85)
+        plt.subplots_adjust(top=0.92)
         pdf.savefig()
         plt.close()
         
@@ -350,7 +350,7 @@ def main():
         axes[2].set_xticks([14, 15, 16])
             
         plt.tight_layout()
-        plt.subplots_adjust(top=0.85)
+        plt.subplots_adjust(top=0.92)
         pdf.savefig()
         plt.close()