Skip to content

Commit

Permalink
Add notebook: plot_inset in theme().
Browse files Browse the repository at this point in the history
Update future_changes.md.
  • Loading branch information
OLarionova-HORIS committed Apr 11, 2024
1 parent d7851c2 commit 82b804b
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 1 deletion.
319 changes: 319 additions & 0 deletions docs/f-24b/theme_plot_inset.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions future_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24b/auto_rotate.ipynb).

- Parameter `plot_inset` in `theme()`.

See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24b/theme_plot_inset.ipynb).


### Changed
Expand Down
2 changes: 1 addition & 1 deletion python-package/lets_plot/plot/theme_.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def theme(*,
It is acceptable to use None for any side; in this case, the default value for the plot margin side will be used.
plot_inset : number or list of numbers
Inset for a plotting area including the axes with their labels but without titles.
Inset for a plotting area, including the axes with their labels, but without titles.
The inset may be specified using a number or a list of numbers:
- a number or list of one number - the same inset it applied to all four sides;
Expand Down

0 comments on commit 82b804b

Please sign in to comment.