v3.3.0
[3.3.0] - 2022-06-27
Added
-
Global theme configuring with
LetsPlot.theme
property.See: example notebook.
-
Quantile-Quantile (Q-Q) plot:
- geometries:
geomQQ()
geomQQLine()
geomQQ2()
geomQQ2Line()
- stats:
statQQ()
statQQLine()
statQQ2()
statQQ2Line()
- quick Q-Q:
qqPlot()
See: example notebook.
- geometries:
-
Marginal plots: the
ggmarginal()
function.See: example notebook.
-
Parameter
orientation
in geoms:bar, boxplot, density, histogram, freqpoly, smooth, violin
.See: example notebook.
-
New in plot theme:
-
face
parameter inelementText()
.See: example notebook.
-
panelBorder
parameter intheme()
[#542].See: example notebook.
-
Tooltip theme options, new parameters in
theme()
:tooltip
- tooltip rectangle options;tooltipText, tooltipTitleText
- tooltip text options;axisTooltipText, axisTooltipTextX, axisTooltipTextY
- axis tooltip text options.
See: example notebook.
-
-
scaleColorGradientN()
andscaleFillGradientN()
functions [#504].See: example notebook.
-
kotlinx.datetime
support. -
arrow
parameter ingeomSegment
- specification for arrow heads, as created byarrow()
function.
Changed
- Potentially breaking change: deprecation level for all deprecated API raised to the ERROR level.
geomImage()
removed as it is not yet production ready.- Default sampling type for
geom_violin
switched fromsystematic
topick
.
Fixed
- Labels out of plot when axisTextY="blank" [#525].
- Outliers are not shown when boxplot' alpha=0.
- JFX rendering issue that causes tooltips to stuck [#539].
- Support trim parameter in
density
andydensity
stats [#62]. geom_violin
: add missing parameterskernel
,bw
,adjust
,n
,fs_max
to signature and docstring.