|
1 |
| -## [4.1.2] - 2022-mm-dd |
| 1 | +## [4.2.0] - 2022-12-dd |
2 | 2 |
|
3 | 3 | ### Added
|
4 | 4 |
|
5 | 5 | - `residualPlot()`.
|
6 | 6 |
|
7 |
| - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/residual_plot.ipynb). |
| 7 | + See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/residual_plot.ipynb). |
8 | 8 |
|
9 | 9 | - `geomAreaRidges()`.
|
10 | 10 |
|
11 |
| - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/ridgeline_plot.ipynb). |
| 11 | + See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/ridgeline_plot.ipynb). |
12 | 12 |
|
13 | 13 | - `geomPie()`.
|
14 | 14 |
|
15 |
| - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_pie.ipynb). |
| 15 | + See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/geom_pie.ipynb). |
16 | 16 |
|
17 | 17 | - Annotations for pie chart:
|
18 | 18 |
|
19 |
| - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/annotations_for_pie.ipynb). |
| 19 | + See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/annotations_for_pie.ipynb). |
20 | 20 |
|
21 | 21 | - New variables computed by 'count' and 'count2d' statistics: '..sum..', '..prop..', '..proppct..'.
|
22 | 22 |
|
23 |
| - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/stat_count_2d.ipynb). |
| 23 | + See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/stat_count_2d.ipynb). |
| 24 | + |
| 25 | +- `geomImshow()`: |
| 26 | + |
| 27 | + See: [image_101](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_101.ipynb), |
| 28 | + [image_fisher_boat](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_fisher_boat.ipynb), |
| 29 | + [image_grayscale](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_grayscale.ipynb), |
| 30 | + [image_extent](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_extent.ipynb) |
24 | 31 |
|
25 | 32 | - New parameters in `geomViolin()`:
|
26 | 33 | - `tailsCutoff`
|
27 |
| - ([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/violin_tails_cutoff.ipynb)) |
| 34 | + ([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/violin_tails_cutoff.ipynb)) |
28 | 35 | - `showHalf`
|
29 |
| - ([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/violin_show_half.ipynb)) |
| 36 | + ([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/violin_show_half.ipynb)) |
30 | 37 |
|
31 | 38 | - Static maps:
|
32 | 39 | - `useCRS` parameter with value "provided" for `geomMap()` and other geoms, working with `SpatialDataset`.
|
|
37 | 44 | ### Changed
|
38 | 45 |
|
39 | 46 | - Upgraded Lets-Plot version to 3.0.0 (was 2.5.1).
|
| 47 | +- Java/Swing platf.: Apache Batik upgraded to v.1.16 [[#624](https://github.com/JetBrains/lets-plot/issues/624)], [[LPK #140](https://github.com/JetBrains/lets-plot-kotlin/issues/140)]. |
| 48 | +- The default size is increased for the plot title and decreased for the caption. |
| 49 | +- Upgraded Kotlin version to 1.7.21 (was 1.7.20). |
40 | 50 |
|
41 | 51 |
|
42 | 52 | ### Fixed
|
43 | 53 |
|
| 54 | +- Themes: can't change plot background after applying a "flavor" [[#623](https://github.com/JetBrains/lets-plot/issues/623)]. |
| 55 | +- Layout: uneven left/right, top/bottom plot margins [[#625](https://github.com/JetBrains/lets-plot/issues/625)]. |
| 56 | +- A plot building error with empty data on various geoms. |
| 57 | +- Precision error in gradient [[#634](https://github.com/JetBrains/lets-plot/issues/634)]. |
0 commit comments