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

Legend override_aes #1115

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add override_aes demo. Update future_changes.md
  • Loading branch information
MKoroteev-HORIS committed Jun 16, 2024
commit 34802c1bea4f74bc4a0d469e647de8019a318dff
323 changes: 323 additions & 0 deletions docs/f-24e/legend_override_aes.ipynb

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion future_changes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## [4.3.4] - 2024-mm-dd

### Added
- Legend title in guide_legend() and guide_colorbar().
- Legend title in `guide_legend()` and `guide_colorbar()`.
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/legend_title.ipynb).

- Parameter `override_aes` in `guide_legend()`.
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/legend_override_aes.ipynb).

### Changed
- [**breaking change**] guide_legend()/guide_colorbar() require keyword arguments for 'nrow'/'barwidth' other parameters except 'title'.

Expand Down