| Name | Modified | Size | Downloads / 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')orggsave(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,dpinow affects
only the physical size, not the pixel dimensions as before. - Blocking
SwingUtilities.invokeAndWait()call in plot image export (AWT backend)