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
- 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.
34
37
35
38
- More variants to specify a color by name:
36
39
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);
40
43
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).
42
45
43
46
-`sizeUnit` parameter in `geomPoint()`, `geomText/Label()` and `geomPie()` accepts two new values: `"min"` and `"max"`[[#260](https://github.com/JetBrains/lets-plot/issues/260)].
44
47
45
48
`"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>
46
49
This allows for more flexible relative sizing of points, pies and text in plots.
0 commit comments