Added plot.py for in-terminal plotting

This commit is contained in:
Christopher Haster
2022-09-22 01:29:50 -05:00
parent 9a0e3be84e
commit 7591d9cf74
9 changed files with 839 additions and 73 deletions
+2 -2
View File
@@ -104,12 +104,12 @@ if __name__ == "__main__":
'-n',
'--lines',
type=lambda x: int(x, 0),
help="Number of lines to show, defaults to 1.")
help="Number of lines to show. Defaults to 1.")
parser.add_argument(
'-s',
'--sleep',
type=float,
help="Seconds to sleep between reads, defaults to 0.01.")
help="Seconds to sleep between reads. Defaults to 0.01.")
parser.add_argument(
'-k',
'--keep-open',