summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-23 11:23:25 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-23 11:23:25 +0100
commitce9d5d11c17d8e040827c9a9e28e1cad28abcf05 (patch)
treea6c43b729fc786e9952687e99fdbfb4ca4234701
parentc9614f35cb8de12c70ea791ae3c347b5c1939fa5 (diff)
doc: typo
-rw-r--r--doc/analysis-visual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/analysis-visual.md b/doc/analysis-visual.md
index b2d984e..0f10f11 100644
--- a/doc/analysis-visual.md
+++ b/doc/analysis-visual.md
@@ -8,7 +8,7 @@ There are two ways of visualizing all measured data independent of their paramet
* `--boxplot-unparam PREFIX` writes boxplots of all observations to PREFIX(name)-(attribute).pdf and combined boxplots to PREFIX(name).pdf.
These may be helpful to see which observations are stable and which show a lot of variance, possibly due to the influence of parameters.
- By default, the boxplots are also shown interactively; use `--non-interactive` to display that.
+ By default, the boxplots are also shown interactively; use `--non-interactive` to disable that.
* `--plot-unparam=name:attribute:ylabel` plots all observations of name/attribute in the order in which they were observed.
Useful to identify trends (especially when the parameter variation scheme is known as well) and interference.
The plot is shown interactively, but not written to the filesystem.