https://bugs.kde.org/show_bug.cgi?id=435268
--- Comment #7 from David <kitt...@gmail.com> --- I hate asking trivial questions, but did you have a look at ksysguards's implementation? because graphs were fine there. Also, I don't know well enough the actual implementation of systemmonitor's graphs, but does it make sense to polynomially interpolate a non-functional data set in the first place? It's not like, say, sin(x) what we're trying to draw. Points are function of time, but of no known/meaningful model. We're not interested in reconstructing the function behind some points in a data set, we only want to draw a smooth graph. This looks to my innocent eyes more like a linear interpolation of the data set, plus some graphical smoothing of the resulting curve afterwards. -- You are receiving this mail because: You are watching all bug changes.