Commit Graph

6 Commits

Author SHA1 Message Date
eb54f379ea visualizers: fix boundary detection 2018-10-21 20:42:07 -07:00
1946306567 line-visualizer: auto-discover counter ranges
If we have not received a y-lower/upper value, then we can discover that
from the data set at the cost of an extra capture linear scan.

This is useful for the meomry source which can change the upper value
during the lifetime of a process.
2018-10-16 07:04:33 -07:00
50ccd73592 visualizers: use double instead of float
To give us less changes of incorrect values when converting between scales
(at the cost of 2x the array size).
2018-06-16 20:22:53 -07:00
0535691afa line-visualizer: add support for filling line areas
This allows us to fill the area and set it to an RGBA instead of the same
as the line color itself.
2018-05-20 15:51:35 -07:00
138f08d4fe line-visualizer: clear line info to visible black 2018-05-17 20:31:29 +01:00
c47822b26e source tree cleanup
The lib/ directory was getting a bit out of hand, so this tries
to organize things a bit so it is easier going forward to locate
the code people want to patch.
2017-09-28 16:23:03 -07:00