You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "Colorbar" in `geom_imshow()`. Parameters `show_legend` and `color_by`[[#717](https://github.com/JetBrains/lets-plot/issues/717)].
39
+
40
+
41
+
### Changed
42
+
43
+
-[BREAKING]`geomDotplot()` and `geomYDotplot()` no longer support parameter `stat`.
44
+
45
+
-[BREAKING] Identity scales don't create a legend by default.
46
+
47
+
48
+
### Fixed
49
+
50
+
- Support multiple subdirectories in `ggsave` path [[contribution by David Phillips]](https://github.com/JetBrains/lets-plot-kotlin/pull/163).
51
+
-`scaleXDiscrete` doesn't make scale discrete [[#165](https://github.com/JetBrains/lets-plot-kotlin/issues/165)].
52
+
- Batik: `geom_imshow()` fail with an error: "The attribute "xlink:href" of the element <image> is required"
53
+
- Batik: bug with usage of "&" [[#713](https://github.com/JetBrains/lets-plot/issues/713)].
54
+
- Categorical ordering, it's not respected for Boxplot and violin
Copy file name to clipboardExpand all lines: README.md
+18-31Lines changed: 18 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ See the "Quickstart" notebook in [Datalore](https://datalore.jetbrains.com/view/
85
85
-[Lets-Plot in JVM and Kotlin/JS Application](#in-jvm-js)
86
86
-[Documentation](#documentation)
87
87
88
-
-[What is new in 4.3.0](#new)
88
+
-[What is new in 4.4.0](#new)
89
89
-[Migrating from v3 to v4](#migrating4)
90
90
-[Change Log](#change_log)
91
91
-[Code of Conduct](#CoC)
@@ -144,54 +144,41 @@ using Lets-Plot Kotlin API in JVM and Kotlin/JS projects.
144
144
145
145
146
146
<aid="new"></a>
147
-
## What is new in 4.3.0
147
+
## What is new in 4.4.0
148
148
149
-
-### `gggrid()` ([docs](https://lets-plot.org/kotlin/-lets--plot--kotlin/org.jetbrains.letsPlot/gggrid.html)), as a replacement for earlier variant of [gggrid()](https://github.com/JetBrains/lets-plot-kotlin/blob/master/plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/gggrid_deprecated.kt).
See[Multiple Color Scales](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.3.0/multiple_color_scales.ipynb) demo.
Also added a set of related "color scale" functions with the "aesthetic" parameter for configuring of additional color scales.
184
174
185
-
See [New "Scale" Functions](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.3.0/scale_functions.ipynb) demo.
-[BREAKING]`geomDotplot()` and `geomYDotplot()` no longer support parameter `stat`.
29
-
30
-
-[BREAKING] Identity scales don't create a legend by default.
31
-
32
-
33
7
### Fixed
34
-
35
-
- Support multiple subdirectories in `ggsave` path [[contribution by David Phillips]](https://github.com/JetBrains/lets-plot-kotlin/pull/163).
36
-
-`scaleXDiscrete` doesn't make scale discrete [[#165](https://github.com/JetBrains/lets-plot-kotlin/issues/165)].
0 commit comments