Skip to content

Commit 512b197

Browse files
authored
Update README.md
1 parent 22c568e commit 512b197

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ ghost = [1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
6363
1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0]
6464

6565

66-
julia> print(brailize(ghost, 0.5, 2:15, 4:17))
66+
julia> print(brailize(view(ghost, 2:15, 4:17), 0.5))
6767
⠀⣠⣴⣶⣦⣄⠀
6868
⣨⡄⢹⣯⡄⢹⣇
6969
⣿⣶⣿⣿⣶⣿⣿
7070
⠋⠈⠛⠀⠛⠁⠙
7171
```
72-
73-
Where 0.5 is the cutoff point, 2:15 is the y range and 4:16 is the x range.

0 commit comments

Comments
 (0)