Skip to content

Commit b136f80

Browse files
Update future_changes.md
1 parent e568fe6 commit b136f80

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

future_changes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
## [4.11.2] - 2025-mm-dd
22

3-
This release is 100% compatible with Lets-Plot [v 4.7.2](https://github.com/JetBrains/lets-plot/releases/tag/v4.7.2),
3+
This release is 100% compatible with Lets-Plot [v 4.7.3](https://github.com/JetBrains/lets-plot/releases/tag/v4.7.3),
44
GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
55

66
### Added
77

88
### Changed
9+
- `ggsave()`: Large plot dimensions without units now require explicit unit specification. <br>
10+
When plot size exceeds 20 without specifying units (e.g., `ggsave(p, w=300, h=400)`), <br>
11+
we ask to specify units explicitly: <br>
12+
`ggsave(p, w=300, h=400, unit="px")` or `ggsave(p, w=3, h=4, unit="in")`.
913

1014
### Fixed
15+
- Multiline support for axis labels in polar coordinates.
16+
- When the plot size in `ggsave()` is specified in pixels, `dpi` now affects <br>
17+
only the physical size, not the pixel dimensions as before.
18+
- Blocking `SwingUtilities.invokeAndWait()` call in plot image export (AWT backend)

0 commit comments

Comments
 (0)