diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 17:56:16 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 17:56:16 +0200 |
commit | 9b5620e2021c83dfe6bf68b4f64b749454b74287 (patch) | |
tree | 6ef3a7d278471bcea47fa825f805413be22ae527 /tg.1 | |
parent | 0bf1314357af48d97790069679f451b53862f276 (diff) | |
download | textgraph-9b5620e2021c83dfe6bf68b4f64b749454b74287.tar.gz textgraph-9b5620e2021c83dfe6bf68b4f64b749454b74287.zip |
Add option for 8dot braille
Diffstat (limited to 'tg.1')
-rw-r--r-- | tg.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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" |