aboutsummaryrefslogtreecommitdiffstats
path: root/plot
Commit message (Collapse)AuthorAge
* Improved flexibility of plot_exps.py script.Jonathan Herman2013-05-03
| | | | | | | | | * No longer needs an X connection to render. This also vastly increases performance. * If too many configuration values are plotted, a key with color=column1, line=column2, marker=column3 etc is not created. Instead, each combination of values is given its own line/color/marker style and plotted, and each line has an entry in the key. Ugly, but better than nothing.
* Improved error handling in parse_ and plot_exps.py.Jonathan Herman2013-04-12
|
* Minor bug fixes from end-to-end testing.Jonathan Herman2013-04-02
|
* Many bugfixes motivated by some end-to-end testing.Jonathan Herman2013-02-21
|
* Removed TupleTable calculation from plot_exps.pyJonathan Herman2013-02-13
|
* Optimized plot script to handle different directory structures.Jonathan Herman2013-02-12