aboutsummaryrefslogtreecommitdiff
path: root/src/plots.py
Commit message (Collapse)AuthorAgeFilesLines
* define a style per allocatorpgfplotsFlorian Fischer2020-02-121-3/+5
| | | | | the style is named like the allocator and can be overwritten using a custom preamble.
* improve default labelsFlorian Fischer2020-02-111-4/+4
|
* use str.format labels and fix value retrieval in pgfplot_linearFlorian Fischer2020-02-111-4/+9
|
* add legend file name to pgfplot_legend argumentsFlorian Fischer2020-02-111-2/+2
|
* set any missing allocator colorFlorian Fischer2020-02-111-6/+22
| | | | The matplotlib "C" color cycle list is used for missing colors
* add summarize option to specify a custom latex preambleFlorian Fischer2020-02-111-0/+6
| | | | this is meant for some latex setup specifics like including common.tex
* cleanup plot codeFlorian Fischer2020-02-111-113/+136
| | | | | | | * use str.format instead of eval for plot labels * use meaningful variable names * add license header * add some doc strings
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-0/+518