Skip to content

plotter: Fix floating point rounding error in ColorBar

Sebastien Binet requested to merge colorbar-rounding into master

Created by: ctessum

Occasionally there would be a panic caused by a rounding error. This fixes it but I'm not sure whether this is the best fix, or of a good way to test it.

Merge request reports