Index: doc/theses/mike_brooks_MMath/plots/ListCommon.py
===================================================================
--- doc/theses/mike_brooks_MMath/plots/ListCommon.py	(revision 810c2c596a73f36f250f13be31cf07734799f98a)
+++ doc/theses/mike_brooks_MMath/plots/ListCommon.py	(revision 7184906e2014678580d33867ce289a09690e1f4c)
@@ -101,6 +101,9 @@
     return timings
 
+# calls = 0
 
 def annotateBaseline( timings, marginalizeOn ):
+#   global calls
+#   print( "XXX", calls, marginalizeOn, file=sys.stderr )
     c_tgtPeers = c( 'Peers', marginalizeOn )
     c_tgtBl = c("Baseline", marginalizeOn)
@@ -117,8 +120,10 @@
     # comparing to sz-only baseline gets rid of "they all pitch up," while keeping "SM is faster then ML"
     if 'SizeZone' in marginalizeOn and 'NumNodes' not in marginalizeOn:
+        assert( 'Length' not in marginalizeOn )  # need to treat them in lockstep because of fd
+    #   calls += 1
         # special case: sz-only synthetic benchmark
         margNeither = list( set(marginalizeOn) - {'SizeZone'} )
-        margBoth = list( set(marginalizeOn) | {'NumNodes'} )
-        margJustNn = list( set(margNeither) | {'NumNodes'} )
+        margBoth = list( set(marginalizeOn) | {'NumNodes', 'Length'} )
+        margJustNn = list( set(margNeither) | {'NumNodes', 'Length'} )
         annotateBaseline( timings, margNeither )
         annotateBaseline( timings, margBoth )
@@ -136,4 +141,5 @@
         conditionOn = list( set(explanations) - set(marginalizeOn) )
     #   print( "marginalizing on", marginalizeOn, "conditioning on", conditionOn, file=sys.stderr )
+    #   calls += 1
 
         if conditionOn:
Index: doc/theses/mike_brooks_MMath/plots/list-1ord.gp
===================================================================
--- doc/theses/mike_brooks_MMath/plots/list-1ord.gp	(revision 810c2c596a73f36f250f13be31cf07734799f98a)
+++ doc/theses/mike_brooks_MMath/plots/list-1ord.gp	(revision 7184906e2014678580d33867ce289a09690e1f4c)
@@ -29,5 +29,5 @@
 
 set xrange [-5.5:17.5];
-set xlabel "Architecture, Size Zone (/156);                 Use Case (/52);                            Framework (/192^†)       \nPrevalence                                   Prevalence                                     Prevalence"
+set xlabel "Machine, Size Zone (/156);                  Use Case (/52);                             Framework (/192^†)       \nPrevalence                                   Prevalence                                     Prevalence"
 set xtics ( \
    "AMD, sm"    -5, \
@@ -64,12 +64,12 @@
 
 plot INDIR."/plot-list-1ord.det.dat" \
-       i  3 using (0):(0):(-1 - 1):(-1 - 1 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"        fs transparent solid 0.15 noborder, \
-    '' i  2 using (0):(0):(-1 - 2):(-1 - 2 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black" fs transparent solid 0.15 noborder, \
-    '' i  1 using (0):(0):(-1 - 3):(-1 - 3 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"     fs transparent solid 0.15 noborder, \
-    '' i  0 using (0):(0):(-1 - 4):(-1 - 4 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"      fs transparent solid 0.15 noborder, \
-    '' i  3 using (-1 - 1 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"         lw 0.3, \
-    '' i  2 using (-1 - 2 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"  lw 0.3, \
-    '' i  1 using (-1 - 3 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"      lw 0.3, \
-    '' i  0 using (-1 - 4 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"       lw 0.3, \
+       i  3 using (0):(0):(-1 - 4):(-1 - 4 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"        fs transparent solid 0.15 noborder, \
+    '' i  2 using (0):(0):(-1 - 3):(-1 - 3 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black" fs transparent solid 0.15 noborder, \
+    '' i  1 using (0):(0):(-1 - 2):(-1 - 2 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"     fs transparent solid 0.15 noborder, \
+    '' i  0 using (0):(0):(-1 - 1):(-1 - 1 +       barHtScale_phys * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"      fs transparent solid 0.15 noborder, \
+    '' i  3 using (-1 - 4 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"         lw 0.3, \
+    '' i  2 using (-1 - 3 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"  lw 0.3, \
+    '' i  1 using (-1 - 2 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"      lw 0.3, \
+    '' i  0 using (-1 - 1 +       barHtScale_phys * $3):2 notitle with steps lc rgb "black"       lw 0.3, \
 \
     '' i 10 using (0):(0):( 0):( 0 + barHtScale_op * $3):1:2 title columnheader(1) with boxxyerror fc rgb "black"        fs transparent solid 0.15 noborder, \
@@ -108,8 +108,8 @@
 \
    INDIR."/plot-list-1ord.sum.dat" \
-       i  3 using (-1 - 1):1:(-1 - 1):(-1 - 1 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
-    '' i  2 using (-1 - 2):1:(-1 - 2):(-1 - 2 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
-    '' i  1 using (-1 - 3):1:(-1 - 3):(-1 - 3 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
-    '' i  0 using (-1 - 4):1:(-1 - 4):(-1 - 4 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
+       i  3 using (-1 - 4):1:(-1 - 4):(-1 - 4 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
+    '' i  2 using (-1 - 3):1:(-1 - 3):(-1 - 3 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
+    '' i  1 using (-1 - 2):1:(-1 - 2):(-1 - 2 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
+    '' i  0 using (-1 - 1):1:(-1 - 1):(-1 - 1 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
 \
     '' i 10 using (     0):1:(     0):(     0 + .8) notitle with xerrorbars lc rgb "black"       pt  5  ps 0.8, \
