Maybe fixing graph order

This commit is contained in:
Jay McCarthy 2010-11-10 09:53:50 -07:00
parent a289a9e2f9
commit aabd1652c1

View File

@ -614,7 +614,7 @@
(span ((id "rev_and_duration")) ""))
(tt (span ((id "timings")) ""))
,@(for/list ((graphs (in-list graphss))
,@(for/list ((graphs (in-list (reverse graphss)))
(i (in-naturals)))
`(map ((name ,(format "revmap~a" i)))
,@(graphs->areas graphs i)))