Skip to content

v4.11.1

Choose a tag to compare

@alshan alshan released this 02 Sep 21:21
· 41 commits to master since this release

[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, and strip_spacing_y parameters in theme() to control spacing between the facet strip (title bar) and the plot panel.

    • New panel_spacing, panel_spacing_x, and panel_spacing_y parameters in theme() to control spacing between plot panels in faceted plots, [#1380].

      See: example notebook.

  • ggsave():

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 new drop parameter, i.e., drop=false.

    See: example notebook.

  • Facets Layout:

    • Removed extra spacing between facet strips and plot panels in facetWrap() and facetGrid().
  • 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 geomRect with discrete scales [#1287]
  • xlim() breaks default scaleXDateTime() [#1348]
  • scaleXReverse breaks datetime formatting [#1257]
  • theme(plotTitle="blank") doesn't work with gggrid [#1349]
  • theme: error parsing color value pen [#1216]
  • Incorrect appearance of stacked density plot in polar coordinates [#1375]