Skip to content

Commit

Permalink
Merge pull request #264 from code4yonglei/main
Browse files Browse the repository at this point in the history
update directory name for plot.py file
  • Loading branch information
bast authored Aug 27, 2024
2 parents 001e66f + a3962a3 commit c84b445
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 c84b445

Please sign in to comment.