source: doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem-swift.py

Last change on this file was 6767f27, checked in by Michael Brooks <mlbrooks@…>, 3 days ago

Refactor list plotting code to enable new analyses.

Visible difference in relative plots no longer being 3 others baselined to lq-tailq, now all 4 baselined to their mean.

  • Property mode set to 100644
File size: 400 bytes
RevLine 
[16a843b]1import pandas as pd
2import numpy as np
3import os
4import sys
5
6sys.path.insert(0, os.path.dirname(__file__))
7from ListCommon import *
8
9thisPy = os.path.splitext(os.path.basename(__file__))[0]
10
11printManySummary(
[6767f27]12 machines=['swift'],
[8eb85de]13 metafileCore = stripMachine(thisPy),
14 fxs=['cfa-cfa', 'cfa-mandHead', 'cfa-noListed', 'cfa-likeLq', 'cfa-noIter', 'cfa-strip'],
15 sizeQual = swiftSweetspot
[16a843b]16)
Note: See TracBrowser for help on using the repository browser.