Facet strip titles are displayed in different formats in Jupyter Notebook and when being exported to SVG. Integer values got decimal part: <img width="435" height="331" alt="Image" src="https://github.com/user-attachments/assets/9a00da93-a3b5-47f3-a4e2-e01dd6b2ff3c" /> <img width="401" height="321" alt="Image" src="https://github.com/user-attachments/assets/6ee654c5-5598-47a3-b74c-f4ba66508c7c" /> The bug can be reproduced in a demo [facet_wrap_empty_panels.ipynb](https://github.com/JetBrains/lets-plot/blob/f02a151b93a642e4086b9cfafd52d739c477a5ec/docs/f-25c/facet_wrap_empty_panels.ipynb) by adding the code: ``` q = p + facet_wrap(['origin of car', 'number of cylinders'], order=[-1, 1], ncol=3) ggsave(q, filename='facet_titles.svg') ``` Related issues: [626](https://github.com/JetBrains/lets-plot/issues/626), [901](https://github.com/JetBrains/lets-plot/issues/901).