Skip to content

Commit e82115d

Browse files
Update future_changes
1 parent 36f8936 commit e82115d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

future_changes.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@ GeoTools [v 32.1](https://github.com/geotools/geotools/releases/tag/32.0)
55

66
### Added
77

8-
- `geomHex()` [[#556](https://github.com/JetBrains/lets-plot/issues/556)].
8+
- Geometries:
9+
- `geomHex()` [[#556](https://github.com/JetBrains/lets-plot/issues/556)].
910

1011
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.10.0/geom_hex.ipynb).
1112

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

1415
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).
1516

17+
- Texts and labels:
18+
- `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)].
19+
20+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/master/docs/examples/jupyter-notebooks/f-4.10.0/axis_label_justification.ipynb).
21+
22+
- multiline support for axis labels [[#948](https://github.com/JetBrains/lets-plot/issues/948)].
23+
24+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/master/docs/examples/jupyter-notebooks/f-4.10.0/multiline_axis_labels.ipynb).
25+
1626
### Changed
1727

1828

0 commit comments

Comments
 (0)