Skip to content

Commit

Permalink
Mention changes in formatting of scientific notation and fixing of #850
Browse files Browse the repository at this point in the history
… in the future_changes.md file.
  • Loading branch information
ASmirnov-HORIS committed Oct 27, 2023
1 parent 1904038 commit 49fbc37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions future_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

- [BREAKING] `stat_summary()` and `stat_summary_bin` no longer supports computing of additional variables through the specifying of mappings.

- Scientific notation is formatted as powers of 10 instead of e-notation.

### Fixed

- Tooltips are trimmed and not visible on a very narrow chart [[#837](https://github.com/JetBrains/lets-plot/issues/837)].
Expand All @@ -34,6 +36,7 @@
- Flickering during plot downsizing [[#888](https://github.com/JetBrains/lets-plot/issues/888)].
- Bad default formatting of numeric values in annotations [[#905](https://github.com/JetBrains/lets-plot/issues/905)].
- corr_plot: unexpected whitespace between the "geometry area" and the legend [[#877](https://github.com/JetBrains/lets-plot/issues/877)].
- scale_log: an option to generate only breaks which are integer powers of 10 needed [[#850](https://github.com/JetBrains/lets-plot/issues/850)].
- Trimmed legend when bounds of the rightmost X-axis tick label exceeds the axis length [[#851](https://github.com/JetBrains/lets-plot/issues/851)].
- HTML files exported using ggsave() are missing the encoding specification [[#900](https://github.com/JetBrains/lets-plot/issues/900)].
- Subplot themes not inherited by parent [[LPK-#197](https://github.com/JetBrains/lets-plot-kotlin/issues/197)].
Expand Down

0 comments on commit 49fbc37

Please sign in to comment.