From a5b0d06edfa3785fe26badda5f7419395d4a63af Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 11 Jan 2024 12:15:01 +0100 Subject: move --plot-param definition to cli.py --- lib/cli.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index f296cff..ae3bb7b 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -406,6 +406,15 @@ def add_standard_arguments(parser): help="Plot all mesurements for without regard for parameter values. " "X axis is measurement number/id.", ) + parser.add_argument( + "--plot-param", + metavar="::[;::;...])", + type=str, + help="Plot measurements for by . " + "X axis is parameter value. " + "Plots the model function as one solid line for each combination of non- parameters. " + "Also plots the corresponding measurements. ", + ) parser.add_argument( "--boxplot-unparam", metavar="PREFIX", -- cgit v1.2.3