source: doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py@ b9d1242

Last change on this file since b9d1242 was 29c6a7d, checked in by Michael Brooks <mlbrooks@…>, 2 months ago

Use plots-based data crunching for quick analysis of ad-hoc testing, supporting tailq data not being present

  • Property mode set to 100644
File size: 403 bytes
Line 
1import pandas as pd
2import numpy as np
3import os
4import sys
5
6sys.path.insert(0, os.path.dirname(__file__) + "../../plots")
7from ListCommon import *
8
9printSingleDetail(
10 infileLocal = sys.argv[1],
11 tgtMovement = 'stack',
12 tgtPolarity = 'insfirst',
13 tgtAccessor = 'allhead'
14
15
16 # tgtMovement = 'all',
17 # tgtPolarity = 'all',
18 # tgtAccessor = 'remelem',
19 # tgtInterleave = 0.5
20 )
Note: See TracBrowser for help on using the repository browser.