[4.11.2] - 2025-09-12
This release is 100% compatible with Lets-Plot v 4.7.3,
GeoTools v 33.2
Changed
ggsave()
: large plot dimensions without units now require explicitunit
specification.
When plot size exceeds 20 without specifying units (e.g.,ggsave(p, w=300, h=400)
),
we ask to specify units explicitly:
ggsave(p, w=300, h=400, unit="px")
orggsave(p, w=3, h=4, unit="in")
.
Fixed
ggtb()
support in Swing/Batik frontend [LPK-265].- Multiline support for axis labels in polar coordinates.
- When the plot size in
ggsave()
is specified in pixels,dpi
now affects
only the physical size, not the pixel dimensions as before. - Blocking
SwingUtilities.invokeAndWait()
call on plot image export (JVM app)