v4.7.1
[4.7.1] - 2024-04-22
This release is 100% compatible with Lets-Plot v 4.3.1.
Added
-
Parameter
labWidth
infacetWrap()
andxLabWidth/yLabWidth
infacetGrid()
[LPK-237].See: example notebook.
-
Parameter
linetype
inelementLine()
andelementRect()
intheme()
[LPK-235].See: example notebook.
-
Parameter
arrow
ingeomSpoke()
[#986].See: example notebook.
-
Parameter
sizeUnit
ingeomPoint()
,geomText()
andgeomLabel()
.See: example notebook.
-
Auto-detection of
orientation="y"
in bar-chart etc. [#558].See: example notebook.
-
Parameter
plotInset
intheme()
.See: example notebook.
Changed
LetsPlot.theme
global property now accepts a sum of theme/flavor features [#657].
Fixed
- ggmarginal(): broken coloring [#760].
- Incorrect 'plot_background' area (with empty space capture) [#918].
- geom_density2df: uneven borders [#941].
- Line segments in geom_density2df() do not get interpolated when used with coord_polar() [#1037].
- arrow on segment: reduce arrow size for short segments [#1040].
- arrow on curve sometimes looks weird [#1041].
- Error when build geom_smooth() with se=False [#1050].
- Add tooltips for
geom_curve()
[#1053]. - Incorrect position for bar annotations when specifying
scale_x_reverse()/scale_y_reverse()
[#1057]. - Missing outer bar annotations when specifying
scale_x_reverse()/scale_y_reverse()
[#1058]. - Plot layout breaks when marginal layers are used [#1074].
- Discrete scale doesn't work for datetime data [LPK-231].
- Add
linetype
parameter inelementLine()
andelementRect()
[LPK-235]. - Any way to line-wrap facet labels? [LPK-237].
- Missing marginal gridlines.
- Cryptic error message on geom_boxplot with orientation="y" [#600].