Skip to content

v4.11.2

Latest
Compare
Choose a tag to compare
@alshan alshan released this 12 Sep 20:58
· 5 commits to master since this release

[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 explicit unit 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") or ggsave(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)