Skip to content

Rework umv to use axis.display_digits

Valentin Valls requested to merge umv-with-digits into master

Closes #4077 (closed)

This PR reworks umv to use the new display digits.

Previously each axis was displayed with a fixed 3 digits (i.e. 100.123)

Now the display use the new API from Axis: Axis.display_digits, and each axis is displayed with it's own display digits

image

Edited by Valentin Valls

Merge request reports