summaryrefslogtreecommitdiff
path: root/bin/analyze-log.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/analyze-log.py')
-rwxr-xr-xbin/analyze-log.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/analyze-log.py b/bin/analyze-log.py
index 2ac1e84..0c30b3b 100755
--- a/bin/analyze-log.py
+++ b/bin/analyze-log.py
@@ -37,16 +37,6 @@ def main():
)
dfatool.cli.add_standard_arguments(parser)
parser.add_argument(
- "--plot-param",
- metavar="<name>:<attribute>:<parameter>[;<name>:<attribute>:<parameter>;...])",
- type=str,
- help="Plot measurements for <name> <attribute> by <parameter>. "
- "X axis is parameter value. "
- "Plots the model function as one solid line for each combination of non-<parameter> parameters. "
- "Also plots the corresponding measurements. "
- "If gplearn function is set, it is plotted using dashed lines.",
- )
- parser.add_argument(
"--show-quality",
choices=["table"],
action="append",