Ver Fonte

axes were cluttered, fixed

tarfeef101 há 6 anos atrás
pai
commit
e7b7044dad
2 ficheiros alterados com 1 adições e 1 exclusões
  1. BIN
      a2/hill_climbing.pdf
  2. 1 1
      a2/tsp_local.py

BIN
a2/hill_climbing.pdf


+ 1 - 1
a2/tsp_local.py

@@ -293,7 +293,7 @@ def main():
         axes[i].set_ylabel("Steps Taken", color = 'b')
         axis_twin = axes[i].twinx()
         axis_twin.plot(range(1, 11), solution_scores[i], label = "Solution Quality", color = 'r')
-        axis_twin.set_ylabel("Solution Quality (dist / reference)", color = 'r')
+        axis_twin.set_ylabel("Solution Quality", color = 'r')
         #axes[i].legend()
         #axis_twin.legend()