Skip to content

Commit a55bb49

Browse files
Update future_changes
1 parent 0641197 commit a55bb49

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

future_changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,23 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
1414
- New `axisTextSpacing`, `axisTextSpacingX`, and `axisTextSpacingY` parameters in `theme()` to control spacing between axis ticks and labels.
1515
- 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.
1616

17+
- More variants to specify a color by name:
18+
19+
- all HTML/CSS colors;
20+
- various naming styles, e.g., `dark-gray`, `darkgrey`, `dark_grey`, `DARKGRAY`, etc.;
21+
- grayscale colors from `gray0` (black) to `gray100` (white);
22+
23+
See [the complete list of named colors](https://lets-plot.org/python/pages/named_colors.html).
24+
1725

1826
### Changed
1927

28+
- Plot layout: reduced margins and spacing for title, caption, axes, and legend.
29+
- Updated RGB values for `lightgray` and `green`. To restore the previous colors, use `gray75` and `lime`, respectively.
30+
31+
2032
### Fixed
33+
34+
- Multiline legend labels were not vertically centered with their keys [[#1331](https://github.com/JetBrains/lets-plot/issues/1331)].
35+
- Poor alignment in legend between columns [[#1332](https://github.com/JetBrains/lets-plot/issues/1332)].
36+

0 commit comments

Comments
 (0)