From ddd575bad607fb1483555001ae04fb8d41d229cd Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 14 Dec 2023 14:33:00 +0100 Subject: analyze-log: add --boxplot-param option --- lib/cli.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 6ad3513..8447281 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -263,6 +263,12 @@ def add_standard_arguments(parser): type=str, help="Export boxplots of raw (parameter-independent) observations to {PREFIX}{name}-{attribute}.pdf", ) + parser.add_argument( + "--boxplot-param", + metavar="PREFIX", + type=str, + help="Export boxplots of observations to {PREFIX}{name}-{attribute}.pdf, with one boxplot per parameter combination", + ) parser.add_argument( "--export-xv", metavar="FILE", -- cgit v1.2.3