progress.gp 172 B

1234567
  1. set grid
  2. plot "$0" using 0:1 title "total cost", \
  3. "$0" using 0:2 title "node distribution", \
  4. "$0" using 0:3 title "edge length", \
  5. "$0" using 0:4 title "edge crossings"