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: clipbar clipping to plot height not max #30

Closed tenox7 closed 5 years ago

tenox7 commented 5 years ago

clipbar should be clipping to value of max which is double instead of ph which is int if max is set to 10 and value of 10.00001 is passed it should be clipped, but it's not

tenox7 commented 5 years ago

@gromgit copuld you have a look? thank you

tenox7 commented 5 years ago

fixed in master