tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
972 stars 45 forks source link

bug: non numeric data breaks ttyplot #3

Closed tenox7 closed 5 years ago

tenox7 commented 5 years ago

display non-numeric inputs with a error line instead of just skipping them

tenox7 commented 5 years ago

currently if non numeric data is encountered the behavior is undefined print error line instead

tenox7 commented 5 years ago

not an issue, if using interactively enter ^j to continue