aboutsummaryrefslogtreecommitdiff
path: root/src/plots.py
Commit message (Collapse)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
| | | | | The filecontent is written to disk an may colide with the data from other plots.
* add option to set additional axis attributesFlorian Fischer2020-02-241-1/+3
|
* only support 10 default colorsFlorian Fischer2020-02-241-1/+1
| | | | matplotlib on ubuntu 18.04 does only support 10 cycle colors
* 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
| | | | | 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