v4.11.1
[4.11.1] - 2025-09-02
This release is 100% compatible with Lets-Plot v 4.7.2,
GeoTools v 33.2
Added
-
Facets Layout:
-
New
strip_spacing,strip_spacing_x, andstrip_spacing_yparameters intheme()to control spacing between the facet strip (title bar) and the plot panel. -
New
panel_spacing,panel_spacing_x, andpanel_spacing_yparameters intheme()to control spacing between plot panels in faceted plots, [#1380].See: example notebook.
-
-
ggsave():w,handunitparameters support [#281],
[#1368].
See: example notebook.
Changed
-
facetWrap()now drops factor levels that do not appear in the data (i.e., empty panels) by default [#1322].
To keep unused factor levels, use the newdropparameter, i.e.,drop=false.See: example notebook.
-
Facets Layout:
- Removed extra spacing between facet strips and plot panels in
facetWrap()andfacetGrid().
- Removed extra spacing between facet strips and plot panels in
-
ggsave(): removed Batik dependency (now uses lets-plot's built-in rasterizer).
Fixed
- Tooltip for a line have higher priority than points, even if the point is specified first in the layer list [#1060].
geomRibbon(): tooltip appears in the wrong place on flipped ribbon [#1334].- Coordinate limits do not work on reversed scales [#1365]
- Misaligned axis labels and ticks in polar coordinates.
- Display order of fill categories not being set correctly in stacked plots? [#1367]
- Unclear error when using
geomRectwith discrete scales [#1287] xlim()breaks defaultscaleXDateTime()[#1348]scaleXReversebreaks datetime formatting [#1257]theme(plotTitle="blank")doesn't work withgggrid[#1349]- theme: error parsing color value pen [#1216]
- Incorrect appearance of stacked density plot in polar coordinates [#1375]