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
Some of the numbers get very big, when measured in µs; I have had several seconds of errors in some cases. Then, keeping track of number of zeros in the ytics is hard.
Therefore, adding some form of thousands separators to the graph would be useful.
I already did try a few things, including switching to the %'f format and adding lines to graph-header:
set locale "en_US.UTF-8" (apparently applies only to day/month names) and
set decimalsign locale (mentions thousands separator, but does not seem to influence it)
Is this something that needs to be pushed upstream to gnuplot or is that something that can be fixed in chrony-graph?
The text was updated successfully, but these errors were encountered:
Some of the numbers get very big, when measured in µs; I have had several seconds of errors in some cases. Then, keeping track of number of zeros in the ytics is hard.
Therefore, adding some form of thousands separators to the graph would be useful.
I already did try a few things, including switching to the
%'f
format and adding lines tograph-header
:set locale "en_US.UTF-8"
(apparently applies only to day/month names) andset decimalsign locale
(mentions thousands separator, but does not seem to influence it)Is this something that needs to be pushed upstream to gnuplot or is that something that can be fixed in chrony-graph?
The text was updated successfully, but these errors were encountered: