ttyplot

Realtime terminal plotter
git clone git://git.sgregoratto.me/ttyplot
Log | Files | Refs | README | LICENSE

commit e3a230acc74c39d255388b16741161b0fdf0d802
parent ed3561c938b83d2d2935732d4e9889b49dcdcf31
Author: Antoni Sawicki <as@tenoware.com>
Date:   Tue, 23 Oct 2018 00:40:41 -0700

Merge branch 'master' of https://github.com/tenox7/ttyplot

Diffstat:
Mttyplot.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ttyplot.c b/ttyplot.c @@ -17,7 +17,7 @@ void usage() { printf("Usage:\n ttyplot [-2] [-r] [-c plotchar] [-s softmax] [-m hardmax] [-t title] [-u unit]\n\n" - "-2 read two values and draw two plots, the second one is in reveverse video\n\n" + "-2 read two values and draw two plots, the second one is in reverse video\n\n" "-r calculate counter rate and divide by measured sample interval\n\n" "-c character to use for plot line, eg @ # %% . etc\n\n" "-s softmax is an initial maximum value that can grow if data input has larger value\n\n"