- 08 Dec, 2020 1 commit
-
-
Pierre Langlois authored
This new --baseline flag can be used to indicate which of the data sets is to be used as the baseline to compare against, instead of picking the first one.
-
- 07 Jan, 2020 1 commit
-
-
Jacob Bramley authored
-
- 25 Sep, 2019 1 commit
-
-
- 04 Jun, 2019 1 commit
-
-
Jacob Bramley authored
-
- 05 Feb, 2019 1 commit
-
-
Pierre Langlois authored
'panel.margin' was renamed 'panel.spacing' in verstion 2.2.0 of ggplot2. See https://github.com/tidyverse/ggplot2/blob/v2.2.0/NEWS.md#themes
-
- 04 Feb, 2019 1 commit
-
-
Displaying the facet would depend on the 'Column' column being present. Instead, initialize the column with empty strings if it doesn't exist and only display the facet if all values are empty.
-
- 01 Feb, 2019 1 commit
-
-
Instead of having a global --bigger-is-better/--smaller-is-better setting, we can now have a per-row setting with a new optional 'Direction' column in the CSV format. It allows plotting different values in the same graph, such as code size (bigger is better) and time spent (smaller is better). To clean things up, we also introduce a --direction flag that can be set to either 'left' or 'right' and indicates which way the biggest values should be plotted. As a result, we have the following equivalent flags: --bigger-is-better --> --direction=right --smaller-is-better --> --direction=left
-
- 17 Jul, 2017 1 commit
-
-
Jacob Bramley authored
-
- 28 Oct, 2016 1 commit
-
-
Jacob Bramley authored
This was deprecated, and removed from ggplot2 2.0.0.
-
- 28 Sep, 2016 1 commit
-
-
Jacob Bramley authored
-
- 29 Jun, 2016 1 commit
-
-
Jacob Bramley authored
The built-in 'percent' function occasionally produces NaNs when given negative inputs. It looks like this has been fixed in more recent versions of R, but the workaround is simple.
-
- 28 Jun, 2016 1 commit
-
-
Jacob Bramley authored
In particular, the graphs are useful for analysing JavaScript benchmark results. JavaScript benchmarks often exhibit bimodal (or otherwise noisy) behaviour, and take a very long time to run, so simply examining the mean of a set of 10 runs tends to be misleading. This tool tries to plot every result in a way such that trends and patterns can be spotted.
-
- 25 Jan, 2016 1 commit
-
-
Jacob Bramley authored
-