From 3dbe743b80436c801231c71131ec8b2975f2eb6e Mon Sep 17 00:00:00 2001 From: YL Wang <121748352+code4yonglei@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:51:19 +0200 Subject: [PATCH] update directory name for plot.py file the plot.py file is in the code directory --- content/workflow-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/workflow-management.md b/content/workflow-management.md index 356162a..2cfed82 100644 --- a/content/workflow-management.md +++ b/content/workflow-management.md @@ -37,7 +37,7 @@ Example (for one book only): ```console $ python code/count.py data/isles.txt > statistics/isles.data -$ python plot/plot.py --data-file statistics/isles.data --plot-file plot/isles.png +$ python code/plot.py --data-file statistics/isles.data --plot-file plot/isles.png ``` Another way to analyze the data would be via a graphical user interface (GUI), where you can for example drag and drop files and click buttons to do the different processing steps.