You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set title "TSP 51 cities by Ant Colony Optimization"
#set xrange[10:60]
#set yrange[15:70]
plot "ans3.txt" using 2:3 with linespoints linewidth 2 notitle, "ans3.txt" using 2:3:(sprintf("(%d)", $1)) with labels point pt 7 offset char 1,1 notitle