tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: clipbar clipping to plot height not max

tenox7 opened this issue · comments

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

@gromgit copuld you have a look? thank you

fixed in master