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
-[Map of Kotlin Island with Inset](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/ggbunch_kotlin_isl.ipynb).
21
+
22
+
- Support for plot **title, subtitle, caption, margins** and **insets** in `gggrid()` and `ggbunch()`.
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_hex.ipynb).
28
+
29
+
- Parameters
30
+
-`widthUnit` in `geomErrorBar()`, `geomBoxplot()`, `geomCrossbar()`[[#1288](https://github.com/JetBrains/lets-plot/issues/1288)].
31
+
-`widthUnit` and `heightUnit` in `geomTile()` and `geomHex()`.
32
+
33
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/param_width_unit.ipynb).
34
+
35
+
- Parameters `start` and `direction` in `geomPie()`[[#1280](https://github.com/JetBrains/lets-plot/issues/1280)].
36
+
37
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_pie_params.ipynb).
38
+
39
+
- Texts and labels:
40
+
-`hjust` and `vjust` parameters for axis labels [[#1227](https://github.com/JetBrains/lets-plot/issues/1227)],[[#1230](https://github.com/JetBrains/lets-plot/issues/1230)].
- Markdown support for plot **title**, **subtitle**, **caption**, and axis labels [[#1256](https://github.com/JetBrains/lets-plot/issues/1256)].
49
+
50
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/markdown.ipynb).
51
+
52
+
- In the `nudge` position adjustment -
53
+
the ability to specify absolute shift values for `nudge`:
54
+
-`unit` parameter in `positionNudge()`.
55
+
-`nudgeUnit` parameter in `geomText()` and `geomLabel()`
56
+
57
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/position_nudge_unit.ipynb).
58
+
59
+
- Theme:
60
+
- Parameters `legendTicks` and `legendTicksLength` for fine-grained control over colorbar tick marks [[#1262](https://github.com/JetBrains/lets-plot/issues/1262)].
- Aliases for transparent color: `""` (blank string), `"blank"` and `"transparent"` color [[#1281](https://github.com/JetBrains/lets-plot/issues/1281)].
65
+
66
+
### Changed
67
+
68
+
-[**DEPRECATED**] class `GGBunch` is deprecated. Please use `ggbunch()` function instead.
69
+
-[**BREAKING**] The `height` parameter has been deprecated for the `geomErrorBar`.
70
+
- Axis breaks: the minimum distance between axis labels was reduced to avoid unsuitable layouts.
71
+
- Axis breaks: changed default `lower_exp_bound` to -7 and `upper_exp_bound` to 6 (same as in `theme(...)`).
72
+
- Axis labels: changed default justification for rotated labels.
73
+
- Axis labels: changed orientation of automatic vertical labels.
74
+
-[**BREAKING**] geoms `tile, bin2d, contour, contourf, density2d, density2df` : default coordinate system changed from 'fixed' to 'cartesian'.
75
+
-[**BREAKING**] tiles in `geomBin2d()` are sized according to the `binwidth` value, not the maximum possible.
76
+
-[**BREAKING**] In Lets-Plot JS API v 4.6.0 (only Lets-Plot/JS users): signature of "buildPlotFromXXX" functions changed, see current Kotlin/JS declarations:
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.9.0/interact_pan_zoom.ipynb).
140
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/markdown.ipynb).
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/tree/master/docs/examples/jupyter-notebooks/f-4.9.0/lp_verse.ipynb).
145
+
See examples: [multiline axis labels](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/multiline_axis_labels.ipynb),
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/tree/master/docs/examples/jupyter-notebooks/f-4.9.0/latex_support.ipynb).
151
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_hex.ipynb).
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/tree/master/docs/examples/jupyter-notebooks/f-4.9.0/superscript_exponent.ipynb).
157
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/magnifier_inset.ipynb).
<imgsrc="https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/docs/examples/jupyter-notebooks/f-4.10.0/ggbunch_kotlin_isl.png"alt="Map of Kotlin Isl."width="400"height="254">
159
160
160
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/tree/master/docs/examples/jupyter-notebooks/f-4.9.0/qq_plot_marginal.ipynb).
161
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/ggbunch_kotlin_isl.ipynb).
See examples: [legend margins](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/tree/master/docs/examples/jupyter-notebooks/f-4.9.0/theme_legend_margins.ipynb),
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_pie_params.ipynb).
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_hex.ipynb).
13
-
14
-
- Parameters `widthUnit` and `heightUnit` in `geomErrorBar()`, `geomBoxplot()`, `geomCrossbar()`, `geomTile()` and `geomHex()`[[#1288](https://github.com/JetBrains/lets-plot/issues/1288)]:
15
-
16
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/param_width_unit.ipynb).
17
-
18
-
- Parameters `start` and `direction` in `geomPie()`[[#1280](https://github.com/JetBrains/lets-plot/issues/1280)].
19
-
20
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_pie_params.ipynb).
21
-
22
-
- Texts and labels:
23
-
24
-
-`hjust` and `vjust` parameters for axis labels [[#1227](https://github.com/JetBrains/lets-plot/issues/1227)],[[#1230](https://github.com/JetBrains/lets-plot/issues/1230)].
- Markdown support for plot **title**, **subtitle**, **caption**, and axis labels [[#1256](https://github.com/JetBrains/lets-plot/issues/1256)].
33
-
34
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/markdown.ipynb).
35
-
- In the `nudge` position adjustment -
36
-
the ability to specify absolute shift values for `nudge`:
37
-
-`unit` parameter in `positionNudge()`.
38
-
-`nudgeUnit` parameter in `geomText()` and `geomLabel()`
39
-
40
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/position_nudge_unit.ipynb).
41
8
### Changed
42
9
43
-
-[**BREAKING**] The `height` parameter has been deprecated for the `geomErrorBar`.
0 commit comments