aboutsummaryrefslogtreecommitdiff
path: root/tg.1
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-06-12 17:56:16 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-06-12 17:56:16 +0200
commit9b5620e2021c83dfe6bf68b4f64b749454b74287 (patch)
tree6ef3a7d278471bcea47fa825f805413be22ae527 /tg.1
parent0bf1314357af48d97790069679f451b53862f276 (diff)
downloadtextgraph-9b5620e2021c83dfe6bf68b4f64b749454b74287.tar.gz
textgraph-9b5620e2021c83dfe6bf68b4f64b749454b74287.zip
Add option for 8dot braille
Diffstat (limited to 'tg.1')
-rw-r--r--tg.18
1 files changed, 6 insertions, 2 deletions
diff --git a/tg.1 b/tg.1
index 0bea23f..ff0eb3b 100644
--- a/tg.1
+++ b/tg.1
@@ -31,7 +31,7 @@ the last will likely be respected.
Shorthand for -t braille, if multiple options setting mode is specified,
the last will likely be respected.
-.IP "\fB-t\fR \fIstar\fR|\fIascii\fR|\fIbraille\fR"
+.IP "\fB-t\fR \fIstar\fR|\fIascii\fR|\fIbraille\fR|\fIbraille6\fR|\fIbraille8\fR"
The type of graph to draw,
it defaults to \fBstar\fR, which is the fastest one.
@@ -41,7 +41,11 @@ Scatter plot using only the '*' character.
\fBascii\fR
Ascii is slightly prettier to look at.
-\fBbraille\fR
+\fBbraille\fR,
+\fBbraille6\fR
+Uses braille characters to draw higher resolution plots.
+
+\fBbraille8\fR
This is the most scatter-plot-ish with the highest resolution, but also the most buggy.
.IP "\fB-w, --width\fR \fIwidth\fR"