field = Construct([0 0],[1 1],[3 3], {1 4 2 3 9 8 7 6 5});
camera = AutoCamera(field);
show = ShowConnections(field);
Display(show,camera);
sorted = Sort(field);
show = ShowConnections(sorted);
Display(show,camera);
Print(sorted,"d");
