summaryrefslogtreecommitdiff
path: root/test/test-renderer.cpp
AgeCommit message (Collapse)Author
2023-05-06Adjust copyright notice year.Vasile Vilvoiu
2021-10-21Renderer does not cache colromap and valuemap.Vasile Vilvoiu
* Renderer build colormap from configuration. * Renderer builds (temporary) valuemap from configuration. * LiveOutput no longer needs cmap/vmap parameters.
2021-07-22Skip GetNiceTicks test when no Xorg is started.Vasile Vilvoiu
2021-07-22Handle very small axes, when no nice value is found.Vasile Vilvoiu
Fixes #23.
2021-07-22Adjust the way scale is computed for axes.Vasile Vilvoiu
Add extra digit only when error is greater than 1% of scale domain. Add unit test for Renderer (for axes related routines). Fixes #26.