From fbefdcfac4ae14a9aa85374e1e9e2d5c4bf7572c Mon Sep 17 00:00:00 2001 From: Fritz Lekschas Date: Sun, 29 Dec 2024 14:00:18 +0100 Subject: [PATCH] docs: mention full-screen mode addition --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8585e1..18c5cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## v0.20.0 +- Feat: add support for showing a scatter plot in full-screen mode. In full-screen mode you can easily customize and up-scale the resolution for better exporting in PNG. - Feat: add ability to change the point size zoom scale function via `scatter.size(scale_function='asinh')` - Feat: add `scatter.camera(is_fixed=True)` to allow fixing the camera (i.e., disable pan/zoom) [#176](https://github.com/flekschas/jupyter-scatter/issues/176) - Feat: add CLI for quick-starting a demo via `uvx jupyter-scatter demo`