Explorar el Código

axes were cluttered, fixed

tarfeef101 hace 6 años
padre
commit
e7b7044dad
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  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()