Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alstat committed Jul 11, 2022
1 parent f8d3351 commit b64ed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/text_alignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,4 @@ idx = findmin(scr, dims=2)[2][findmin(scr, dims=2)[1] .< 1150]
f2, a2, xy2 = plot(res, idx; midstyles=(color=(:red, 0.7), linewidth=0.1))
f2
```
The `idx` contains the indices of the pairwise alignment with score lower than 1150.
The `idx` contains the indices of the pairwise alignment with score lower than 1150. The orange line in the reference plot indicates the end of line of the reference text.

0 comments on commit b64ed85

Please sign in to comment.