Skip to content

Commit f53b5bc

Browse files
Fix future_changes.md
1 parent ae60076 commit f53b5bc

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

future_changes.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
## [4.11.0] - 2025-mm-dd
1+
## [4.11.0] - 2025-07-dd
22

33
This release is 100% compatible with Lets-Plot [v 4.7.0](https://github.com/JetBrains/lets-plot/releases/tag/v4.7.0),
44
GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
55

66
### Added
77

88
- Geometries:
9+
910
- `geomSina()` [[#1298](https://github.com/JetBrains/lets-plot/issues/1298)].
11+
1012
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/geom_sina.ipynb).
1113

1214
- `geomTextRepel()` and `geomLabelRepel()` [[#1092](https://github.com/JetBrains/lets-plot/issues/1092)].
15+
1316
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/ggrepel.ipynb).
1417

1518
- Layer Labels (Annotations):
1619
- Support in `geomCrossbar()`
1720

1821
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/geom_crossbar_annotation.ipynb).
19-
20-
- Support in `waterfallPlot()` via `relativeLabels` and `absoluteLabels` parameters.
2122

22-
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/waterfall_plot_annotations.ipynb).
23+
- Support in `waterfallPlot()` via `relativeLabels` and `absoluteLabels` parameters.
24+
25+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/waterfall_plot_annotations.ipynb).
2326

2427
- New `inheritColor()` option in annotations configuration (see example notebooks above)
2528

@@ -29,25 +32,25 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
2932

3033
- Plot Layout:
3134

32-
- New `axisTextSpacing`, `axisTextSpacingX`, and `axisTextSpacingY` parameters in `theme()` to control spacing between axis ticks and labels.
33-
- See new [plot layout diagram](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25b/plot_layout_scheme.ipynb) notebook showing various layout options and their effects on plot appearance.
35+
- New `axisTextSpacing`, `axisTextSpacingX`, and `axisTextSpacingY` parameters in `theme()` to control spacing between axis ticks and labels.
36+
- See new [plot layout diagram](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25b/plot_layout_scheme.ipynb) notebook showing various layout options and their effects on plot appearance.
3437

3538
- More variants to specify a color by name:
3639

37-
- all HTML/CSS colors;
38-
- various naming styles, e.g., `"dark-gray"`, `"darkgrey"`, `"dark_grey"`, `"DARKGRAY"`, etc.;
39-
- grayscale colors from `"gray0"` (black) to `"gray100"` (white);
40+
- all HTML/CSS colors;
41+
- various naming styles, e.g., `"dark-gray"`, `"darkgrey"`, `"dark_grey"`, `"DARKGRAY"`, etc.;
42+
- grayscale colors from `"gray0"` (black) to `"gray100"` (white);
4043

41-
See [the complete list of named colors](https://lets-plot.org/python/pages/named_colors.html).
44+
See [the complete list of named colors](https://lets-plot.org/kotlin/named-colors.html).
4245

4346
- `sizeUnit` parameter in `geomPoint()`, `geomText/Label()` and `geomPie()` accepts two new values: `"min"` and `"max"` [[#260](https://github.com/JetBrains/lets-plot/issues/260)].
4447

4548
`"min"` sets the size unit to the smaller of the unit steps along the x and y axes, while `"max"` sets it to the larger. <br>
4649
This allows for more flexible relative sizing of points, pies and text in plots.
4750

4851
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/size_unit_min_max.ipynb).
49-
50-
52+
53+
5154
### Changed
5255

5356
- Continuous data on discrete scales:

0 commit comments

Comments
 (0)