Skip to content

Commit 59d381a

Browse files
Update the future_changes.md file.
1 parent 9e8b3f8 commit 59d381a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

future_changes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ GeoTools [v 32.1](https://github.com/geotools/geotools/releases/tag/32.0)
88
- Geometries:
99
- `geomHex()` [[#556](https://github.com/JetBrains/lets-plot/issues/556)].
1010

11-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_hex.ipynb).
11+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_hex.ipynb).
12+
13+
- Parameters `widthUnit` and `heightUnit` in `geomErrorBar()`, `geomBoxplot()`, `geomCrossbar()`, `geomTile()` and `geomHex()` [[#1288](https://github.com/JetBrains/lets-plot/issues/1288)]:
14+
15+
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).
1216

1317
- Parameters `start` and `direction` in `geomPie()` [[#1280](https://github.com/JetBrains/lets-plot/issues/1280)].
1418

15-
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).
19+
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).
1620

1721
- Texts and labels:
1822
- `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)].
@@ -25,5 +29,6 @@ GeoTools [v 32.1](https://github.com/geotools/geotools/releases/tag/32.0)
2529

2630
### Changed
2731

32+
- [**BREAKING**] The `height` parameter has been deprecated for the `geomErrorBar`.
2833

2934
### Fixed

0 commit comments

Comments
 (0)