Index: doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py
===================================================================
--- doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py	(revision 29c6a7dfeec121a0157cfbef76e8fc4c3c416947)
+++ doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py	(revision 29c6a7dfeec121a0157cfbef76e8fc4c3c416947)
@@ -0,0 +1,20 @@
+import pandas as pd
+import numpy as np
+import os
+import sys
+
+sys.path.insert(0, os.path.dirname(__file__) + "../../plots")
+from ListCommon import *
+
+printSingleDetail(
+    infileLocal = sys.argv[1],
+    tgtMovement = 'stack',
+    tgtPolarity = 'insfirst',
+    tgtAccessor = 'allhead'
+
+
+    # tgtMovement = 'all',
+    # tgtPolarity = 'all',
+    # tgtAccessor = 'remelem',
+    # tgtInterleave = 0.5
+    )
