Skip to content

Fixing vtkAxisActor Numerical Issues for Ranges Close to Zero

vtkAxisActor displayed numerical instabilities where ranges where tiny, e.g. when they resulted from numerical truncation. Added checks that ensure that vtkAxisActor does not hang up in infinite loops when the situation is encountered.

Merge request reports