diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-11 12:15:01 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-11 12:15:01 +0100 |
commit | a5b0d06edfa3785fe26badda5f7419395d4a63af (patch) | |
tree | 79e0a7404960d5e7a4d94381f06cb4f4ac3a0bfb /bin/analyze-timing.py | |
parent | a91a70e1d0f420a981b9e33fa11c424212a42b52 (diff) |
move --plot-param definition to cli.py
Diffstat (limited to 'bin/analyze-timing.py')
-rwxr-xr-x | bin/analyze-timing.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/analyze-timing.py b/bin/analyze-timing.py index 576c6ad..bd9a81b 100755 --- a/bin/analyze-timing.py +++ b/bin/analyze-timing.py @@ -14,13 +14,6 @@ Options: Plot all mesurements for <name> <attribute> without regard for parameter values. X axis is measurement number/id. ---plot-param=<name> <attribute> <parameter> [gplearn function][;<name> <attribute> <parameter> [function];...] - 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. - --info Show parameter names and values |