You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During real-life use, it turns out that having minimum options would be convenient. Could they be added?
For something exceeding the max and min values, I propose to have a full bar with some marker for max and not drawing anything at all for min, to distinguish them.
The text was updated successfully, but these errors were encountered:
For something exceeding the max and min values, I propose to have a full bar with some marker for max and not drawing anything at all for min, to distinguish them.
I submitted PR #21 just before you posted, adding a -C (clipping char) option to draw bars with a different character when the plot's max value is exceeded. For example:
while true; do echo ${RANDOM} ${RANDOM}; sleep 1; done | ttyplot -2 -C @ -m 2000 -t "random values"
During real-life use, it turns out that having minimum options would be convenient. Could they be added?
For something exceeding the max and min values, I propose to have a full bar with some marker for max and not drawing anything at all for min, to distinguish them.
The text was updated successfully, but these errors were encountered: