lets-plot-kotlin v3.1.1 Release Notes
Release Date: 2021-12-13 // 7 months ago-
โ Added
scaleXTime()
andscaleYTime()
.
See: example notebook.
plotBackground, legendBackground
parameters intheme()
[#485].axisOntop, axisOntopX, axisOntopY
parameters intheme()
๐ Fixed
- It should automatically stringify enums [#97].
- Coord system limits do not work with x/y scale with transform [#474].
- Provide 0-23 hour formatting [#469].
- No tooltip shown when I'm trying to add an empty line [#382].
- ๐
coord_fixed()
should adjust dimensions of "geom" panel accordingly [#478]. - The tooltip dependence on number of factors works separately by layers [#481].
- Tooltip on y-axis looks wrong [#393].
- Is kotlin-reflect really needed for lets-plot? [#471].
Previous changes from v3.1.0
-
โ Added
coordFlip()
.
See: example notebook .
- ๐ Date-time formatting support:
- using date-time format pattern in tooltip format();
- date/time scales apply date-time formatting to the
breaks
.
See
Out[7, 8, 10]
in the example notebook .๐ง Pre-configured themes:
- Standard ggplot2 themes:
themeGrey(), themeLight(), themeClassic(), themeMinimal()
; - Other themes:
themeMinimal2()
- the default theme,themeNone()
.
- Standard ggplot2 themes:
Theme modification: more parameters were added to the
theme()
function.
See: example notebook.
๐ง > Note: fonts size, family and face still can not be configured.
CorrPlot()
function now also accepts pre-computed correlation coefficients.Kotlin/JS IR:
xxx.klib
artifacts are now available.
๐ Changed
- The size of fonts on plot was slightly increased all across the board.
- 0๏ธโฃ The default plot size was increased by 20%, it's now 600x400 px.
- ๐ Deprecated API: all
Theme.xxxBlank()
functions. Please use corresponding parameters intheme()
.
๐ Fixed