v4.1.1
[4.1.1] - 2022-11-08
Added
-
In
geomText(), geomLabel()
:- the 'newline' character (
\n
) now works asline break
lineheight
aestheticnudgeX, nudgeY
parameters- special text alignments (
vjust
andhjust
):"inward"
and"outward"
See: example notebook.
- the 'newline' character (
-
vjust
parameter inpositionStack()
andpositionFill()
.See: example notebook.
Changed
-
Deprecated API:
positionStack
, new usage:positionStack()
positionFill
, new usage:positionFill()
-
geomBoxplot()
: default value for parameterwhiskerWidth
is 0.5. -
Upgraded Kotlin version to 1.7.20 (was 1.6.21).
-
Upgraded Lets-Plot version to 2.5.1 (was 2.5.0).
See Lets-Plot What is new in 2.5.1
for more details.
Fixed
elementBlank()
has no effect in themelegendTitle
[#608].- Tooltip: different formats for same aesthetic Y [#579].
- Positioning with "constant" x/y doesn't work on axis with log10 transform [#618].
- Positional "constant" doesn't honor axis limits [#619].
- Several issues leading to crush in Swing/Batik apps. Related to [discussions]
- Text labels got trimmed occasionally, when symbols
-
,/
,\
or|
present.