aboutsummaryrefslogtreecommitdiffstats
path: root/parse/col_map.py
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.
* Minor bug fixes for tuple_table/col_map.Jonathan Herman2013-04-29
|
* Automatically merge experiments with the trial parameter.Jonathan Herman2013-03-18
|
* First attempt at plot_exps.py.Jonathan Herman2013-02-11
|
* ColMaps are now created by ColMapBuilders which order columns by their numberJonathan Herman2013-02-08
of distinct values.