From dd9ab8f2a47bfa721e38e312ae21e496570c5423 Mon Sep 17 00:00:00 2001 From: Casey Klein Date: Tue, 9 Nov 2010 14:57:36 -0600 Subject: [PATCH] Revert "Displays the panes in descending order (to match graph's time axis)" This reverts commit 0d1578cbb1b495e2d6c013b48d7e77fd3b0a20c1. --- collects/meta/drdr/graphs/build-graph.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/drdr/graphs/build-graph.ss b/collects/meta/drdr/graphs/build-graph.ss index cdfd44c84d..b4f159cdbf 100644 --- a/collects/meta/drdr/graphs/build-graph.ss +++ b/collects/meta/drdr/graphs/build-graph.ss @@ -614,7 +614,7 @@ (span ((id "rev_and_duration")) "")) (tt (span ((id "timings")) "")) - ,@(for/list ((graphs (reverse (in-list graphss))) + ,@(for/list ((graphs (in-list graphss)) (i (in-naturals))) `(map ((name ,(format "revmap~a" i))) ,@(graphs->areas graphs i)))