summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cli.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/cli.py b/lib/cli.py
index 6ad3513..8447281 100644
--- a/lib/cli.py
+++ b/lib/cli.py
@@ -264,6 +264,12 @@ def add_standard_arguments(parser):
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",
type=str,