v4.8.0
[4.8.0] - 2024-08-20
This release is 100% compatible with Lets-Plot v 4.4.0, v 4.4.1.
Added
-
Waterfall plot [#975]:
See example notebook.
-
geomBand()
[#733]:See example notebook.
-
Custom legends [#774]:
manualKey
parameter in plot layerlayerKey()
function
See example notebook.
-
In legends:
-
title
parameter inguideLegend()
andguideColorbar()
functionsSee example notebook.
-
override aesthetics in the
guideLegend()
function [#807]:See example notebook.
-
-
plotTitlePosition
andplotCaptionPosition
parameters intheme()
[#1027].See example notebook.
-
threshold
parameter ingeomHistogram()
[#1122].See example notebook.
Changed
- The triangular point shape is now anchored to the data point via the centroid
Fixed
- ggsave (.svg) transforms geom_text integer to float [#626].
- Int DataFrame column names are being converted to float string representation [#901].
linetype
= 0 ("blank") should make lines invisible [#712].geomDensity2D, geomDensity2DFilled
: support weight aesthetic [#791].- Discrete axis labels unnecessarily rotate 90 degrees when applying coord system limits.
- Axis title via
labs()
breaks the date-time scale [#1113]. - JavaFX IllegalArgumentException: Unsupported attribute
display
in Pane.