summaryrefslogtreecommitdiff
path: root/lib/plotter.py
AgeCommit message (Expand)AuthorLines
2023-12-22plotter: use logger rather than print for info outputBirte Kristina Friesel-5/+8
2023-12-14boxplot: remove hardcoded 'dfatool unparam' titleBirte Kristina Friesel-4/+4
2023-12-14boxplot-unparam: show filter in boxplot title if setBirte Kristina Friesel-2/+12
2023-12-11plotter: export and interactive visualization are no longer mutually exclusiveBirte Kristina Friesel-7/+18
2023-12-07plotter#boxplot: close plots after saving/showing themBirte Kristina Friesel-0/+2
2023-12-01boxplot: show number of measurements in titleBirte Kristina Friesel-1/+1
2023-12-01analyze-log: add --boxplot-unparam supportBirte Kristina Friesel-1/+1
2023-06-29plotter: limit linspace sizeDaniel Friesel-1/+3
2023-06-29plot_param: add legendDaniel Friesel-2/+7
2023-06-29plotter: remove txt outputDaniel Friesel-9/+9
2023-06-29plotter: correctly set titleDaniel Friesel-2/+2
2023-04-28plot_param: do not specify color (superfluous; overridden by colormap)Daniel Friesel-1/+1
2022-08-24plot_param: support AnalyticModel instancesDaniel Friesel-1/+1
2021-01-12plotter: print notice when exporting plotsDaniel Friesel-0/+3
2020-10-21--plot-traces: use the correct time base for each backendDaniel Friesel-1/+5
2020-05-28use black(1) for uniform code formattingDaniel Friesel-99/+162
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-3/+11
2019-11-21autopep8 / flake8Daniel Friesel-49/+64
2019-03-25plotter: Add output option to boxplot and plot_attributeDaniel Friesel-4/+12
2019-02-05move flatten to utilsDaniel Friesel-8/+1
2019-02-05plotter: Simplify boxplot signatureDaniel Friesel-16/+16
2019-02-05move float_or_nan to utilsDaniel Friesel-8/+0
2019-02-05dokuDaniel Friesel-0/+6
2019-02-05plotter: Add generic plot_attribute function for by_* boxplotsDaniel Friesel-0/+16
2018-06-29add more plotting functionsDaniel Friesel-10/+20
2018-03-28export plot data for pgfplots (experimental and ugly)Daniel Friesel-13/+52
2018-03-28support plotting of raw and parameterized data + custom functionsDaniel Friesel-0/+74
2017-04-06plot_param_fit: improve output graphs for num0/num1 and other non-monotonous ...Daniel Friesel-3/+10
2017-04-03initial commitDaniel Friesel-0/+177