Skip to content

Commit

Permalink
Merge pull request #1 from code4yonglei/code4yonglei-update-directory…
Browse files Browse the repository at this point in the history
…-name

update directory name for plot.py file
  • Loading branch information
code4yonglei authored Aug 27, 2024
2 parents 001e66f + 3dbe743 commit a3962a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/workflow-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a3962a3

Please sign in to comment.