Skip to content

Commit 0641812

Browse files
authored
Improve display of length
1 parent ea8b5d5 commit 0641812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/plots/interactive_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _format_angle_display(angle: float) -> str:
3939

4040

4141
def _format_length_display(r: float) -> str:
42-
return f"{r:.4f}"
42+
return f"{r:.2f}"
4343

4444

4545
def main() -> None:

0 commit comments

Comments
 (0)