Example: ```python v = 830_000 ggplot() + geom_label(x=0, label=v, label_format=".1~s") ``` Output: <img src="https://github.com/user-attachments/assets/0ffd112e-95a4-49e9-aec2-1c7c3046266a"></img> Expected: <img src="https://github.com/user-attachments/assets/3e0d4534-80c8-417c-b4e7-337c30438187"></img>