|
@@ -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()
|
|
|
|