Download Latest Version v4.9.0 source code.tar.gz (197.1 MB)
Email in envelope

Get an email when there's a new version of Lets-Plot

Home / v4.7.3
Name Modified Size InfoDownloads / Week
Parent folder
lets-plot.min.js 2025-09-12 2.7 MB
README.md 2025-09-12 693 Bytes
v4.7.3 source code.tar.gz 2025-09-12 138.5 MB
v4.7.3 source code.zip 2025-09-12 140.6 MB
Totals: 4 Items   281.8 MB 0

[4.7.3] - 2025-09-12

Changed

  • ggsave(): Large plot dimensions without units now require explicit unit specification.
    When plot size exceeds 20 without specifying units (e.g., ggsave(p, 300, 400)),
    we ask to specify units explicitly:
    ggsave(p, 300, 400, unit='px') or ggsave(p, 3, 4, unit='in').

Fixed

  • ggtb() support in Swing/Batik frontend.
  • 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 in plot image export (AWT backend)
Source: README.md, updated 2025-09-12