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

Add element_geom(pen, brush, paper) #836

Merged
merged 15 commits into from
Aug 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update future_changes.md.
  • Loading branch information
OLarionova-HORIS committed Aug 4, 2023
commit 3f61babfee0d8182aa150a0a1e09ce5aed57be7a
4 changes: 3 additions & 1 deletion future_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/mas
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_pie_stroke_and_spacers.ipynb).


- New named system colors: "pen", "paper", "brush".
- New named system colors: "pen", "paper", "brush";

`geom` parameter in `theme()` to specify new values for these colors via `element_geom()` function.

See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/named_system_colors.ipynb).

Expand Down