| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -771/+0 |
| | | | | | | | | | | * rename src directory to allocbench * make global variable names UPPERCASE * format a lot of code using yapf * use lowercase ld_preload and ld_library_path as Allocator members * name expected Errors 'err' and don't raise a new Exception * disable some pylint messages | ||||
| * | fix errorbars and sanely position bars in barplots | Florian Fischer | 2020-04-17 | 1 | -4/+10 |
| | | |||||
| * | fix figure_option handling in plot() | Florian Fischer | 2020-04-07 | 1 | -18/+17 |
| | | |||||
| * | seperate export_facts into print_facts and print_common_facts | Florian Fischer | 2020-04-07 | 1 | -11/+20 |
| | | |||||
| * | unify plotting code | Florian Fischer | 2020-04-07 | 1 | -166/+248 |
| | | | | | | Now there is only a single plot function which takes a plot type as well as some plot and figure options. | ||||
| * | make sure we join only strings | Florian Fischer | 2020-03-10 | 1 | -1/+1 |
| | | |||||
| * | fix _save_figure calls | Florian Fischer | 2020-03-10 | 1 | -3/+3 |
| | | |||||
| * | create plots using their file name as identifier | Florian Fischer | 2020-03-09 | 1 | -13/+15 |
| | | |||||
| * | fix use of pyplot.close | Florian Fischer | 2020-03-09 | 1 | -3/+3 |
| | | |||||
| * | fmt plots.py using yapf | Florian Fischer | 2020-03-09 | 1 | -47/+158 |
| | | |||||
| * | use f-string template in latex table generation code | Florian Fischer | 2020-03-09 | 1 | -20/+19 |
| | | |||||
| * | improve matplotlib code | Florian Fischer | 2020-03-09 | 1 | -68/+51 |
| | | | | | | | add new helper functions to get all y_values for a plot use seperate figures for each plot s/filepostfix/file_postfix/ to be consistent | ||||
| * | get statistic value with default | Florian Fischer | 2020-02-26 | 1 | -2/+4 |
| | | |||||
| * | split style and color definitions and include common.tex | Florian Fischer | 2020-02-25 | 1 | -3/+6 |
| | | |||||
| * | remove newline in front of ybar axis attribute | Florian Fischer | 2020-02-24 | 1 | -1/+1 |
| | | |||||
| * | create correct standalone pgfplot legend | Florian Fischer | 2020-02-24 | 1 | -96/+81 |
| | | |||||
| * | import tikzplotlib only if needed | Florian Fischer | 2020-02-24 | 1 | -1/+3 |
| | | |||||
| * | don't use data using filecontents* | Florian Fischer | 2020-02-24 | 1 | -18/+16 |
| | | | | | | The filecontent is written to disk an may colide with the data from other plots. | ||||
| * | add option to set additional axis attributes | Florian Fischer | 2020-02-24 | 1 | -1/+3 |
| | | |||||
| * | only support 10 default colors | Florian Fischer | 2020-02-24 | 1 | -1/+1 |
| | | | | | matplotlib on ubuntu 18.04 does only support 10 cycle colors | ||||
| * | add verbosity flag to summarize | Florian Fischer | 2020-02-22 | 1 | -3/+3 |
| | | |||||
| * | add support for pgf bar plots and error bars | Florian Fischer | 2020-02-20 | 1 | -7/+25 |
| | | |||||
| * | define a style per allocatorpgfplots | Florian Fischer | 2020-02-12 | 1 | -3/+5 |
| | | | | | | the style is named like the allocator and can be overwritten using a custom preamble. | ||||
| * | improve default labels | Florian Fischer | 2020-02-11 | 1 | -4/+4 |
| | | |||||
| * | use str.format labels and fix value retrieval in pgfplot_linear | Florian Fischer | 2020-02-11 | 1 | -4/+9 |
| | | |||||
| * | add legend file name to pgfplot_legend arguments | Florian Fischer | 2020-02-11 | 1 | -2/+2 |
| | | |||||
| * | set any missing allocator color | Florian Fischer | 2020-02-11 | 1 | -6/+22 |
| | | | | | The matplotlib "C" color cycle list is used for missing colors | ||||
| * | add summarize option to specify a custom latex preamble | Florian Fischer | 2020-02-11 | 1 | -0/+6 |
| | | | | | this is meant for some latex setup specifics like including common.tex | ||||
| * | cleanup plot code | Florian Fischer | 2020-02-11 | 1 | -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.plots | Florian Fischer | 2020-02-11 | 1 | -0/+518 |
