tenox7 / ttyplot

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

Require finite values from stdin (fixes #111) #112

Closed hartwork closed 10 months ago

hartwork commented 10 months ago

~Sits on top of #98 for now~, fixes #111.

For an easy way to see only the relevant changes: https://github.com/hartwork/ttyplot/compare/issue-111-require-finite-values~1...issue-111-require-finite-values

Thanks to @edgar-bonet for his insights at https://github.com/tenox7/ttyplot/issues/111#issuecomment-1824948134 :pray:

hartwork commented 10 months ago

@edgar-bonet rebased and ready for review now.