We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6bb06d + 512b197 commit c86d685Copy full SHA for c86d685
README.md
@@ -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
63
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]
64
65
66
-julia> print(brailize(ghost, 0.5, 2:15, 4:17))
+julia> print(brailize(view(ghost, 2:15, 4:17), 0.5))
67
⠀⣠⣴⣶⣦⣄⠀
68
⣨⡄⢹⣯⡄⢹⣇
69
⣿⣶⣿⣿⣶⣿⣿
70
⠋⠈⠛⠀⠛⠁⠙
71
```
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