Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #936: Way to calculate proportion of points with same coordinate #940

Merged
merged 7 commits into from
Nov 22, 2023
Prev Previous commit
Next Next commit
Mention fix #936 in the future_changes.md file.
  • Loading branch information
ASmirnov-HORIS committed Nov 22, 2023
commit 17cfa0f7c6c55e9788d1643fde477d80d7ad07d5
6 changes: 6 additions & 0 deletions future_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### Added

- New variables computed by `'count'` and `'count2d'` statistics: `'..sumprop..'`, `'..sumpct..'`.

See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22f/new_stat_count_vars.ipynb).


### Changed

### Fixed
Expand All @@ -11,3 +16,4 @@
- geom_livemap: freeze at zoom 10 [[#892](https://github.com/JetBrains/lets-plot/issues/892)].
- Enormous CPU / Time/ Memory consumption on some data [[#932](https://github.com/JetBrains/lets-plot/issues/932)].
- scale_x_log2(), scale_y_log2() as a shortcut for trans='log2' [[#922](https://github.com/JetBrains/lets-plot/issues/922)].
- How to calculate proportion of points with same coordinate [[#936](https://github.com/JetBrains/lets-plot/issues/936)].