aboutsummaryrefslogtreecommitdiff
path: root/src/plots.py
Commit message (Expand)AuthorAgeFilesLines
* get statistic value with defaultFlorian Fischer2020-02-261-2/+4
* split style and color definitions and include common.texFlorian Fischer2020-02-251-3/+6
* remove newline in front of ybar axis attributeFlorian Fischer2020-02-241-1/+1
* create correct standalone pgfplot legendFlorian Fischer2020-02-241-96/+81
* import tikzplotlib only if neededFlorian Fischer2020-02-241-1/+3
* don't use data using filecontents*Florian Fischer2020-02-241-18/+16
* add option to set additional axis attributesFlorian Fischer2020-02-241-1/+3
* only support 10 default colorsFlorian Fischer2020-02-241-1/+1
* add verbosity flag to summarizeFlorian Fischer2020-02-221-3/+3
* add support for pgf bar plots and error barsFlorian Fischer2020-02-201-7/+25
* define a style per allocatorpgfplotsFlorian Fischer2020-02-121-3/+5
* 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
* add summarize option to specify a custom latex preambleFlorian Fischer2020-02-111-0/+6
* cleanup plot codeFlorian Fischer2020-02-111-113/+136
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-0/+518