Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved flexibility of plot_exps.py script. | Jonathan Herman | 2013-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 Herman | 2013-04-29 |
| | |||
* | Automatically merge experiments with the trial parameter. | Jonathan Herman | 2013-03-18 |
| | |||
* | First attempt at plot_exps.py. | Jonathan Herman | 2013-02-11 |
| | |||
* | ColMaps are now created by ColMapBuilders which order columns by their number | Jonathan Herman | 2013-02-08 |
of distinct values. |