The Wayback Machine - https://web.archive.org/web/20211230095840/https://github.com/brndnmtthws/conky/issues/1060
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph improvement: force round up to first unit #1060

Open
dicktyr opened this issue Feb 12, 2021 · 0 comments
Open

graph improvement: force round up to first unit #1060

dicktyr opened this issue Feb 12, 2021 · 0 comments

Comments

@dicktyr
Copy link

@dicktyr dicktyr commented Feb 12, 2021

please consider implementing an option to force rounding up of minimal values
which otherwise fall below the threshold of visibility in a given graph
i.e. values between zero and the first visible unit

for example
network graphs can be troublesome as their values span such a large range
causing small values to go by without being displayed
(logarithmic scaling is not satisfactory for some cases)

this feature is especially useful for small graphs
such as those in a menu bar or status panel/strip
to be sure that even small values will be displayed

in consideration of high resolution displays
perhaps the option should specify a number of pixels
(as a single pixel may still be nearly invisible)

e.g. a option value of 4 would cause any graph value between zero
and the normal threshold to paint the first 4 pixels
(default option value: 1 pixel)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment