tenox7 / ttyplot

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

Add clipping char option (-C) #21

Closed gromgit closed 5 years ago

gromgit commented 5 years ago

This switches to a different character to highlight values that have exceeded a user-defined max value. The original implementation just leaves a blank line instead, which is ambiguous but may be desired in various applications.

tenox7 commented 5 years ago

Excellent. I would make it a default as the current behavior is pretty lame. Could you make it default to 'x' for example?

gromgit commented 5 years ago

Excellent. I would make it a default as the current behavior is pretty lame. Could you make it default to 'x' for example?

Done. I've updated this PR accordingly.

tenox7 commented 5 years ago

Awesome thank you!