Skip to content

Commit 5ec9cfb

Browse files
committed
Add inset_element to API reference
1 parent a66d74a commit 5ec9cfb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

doc/_quartodoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ quartodoc:
548548
- plot_annotation
549549
- plot_spacer
550550
- plot_layout
551+
- inset_element
551552

552553
- title: Options
553554
desc: |

doc/changelog.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ title: Changelog
3838
theme(plot_footer_line=element_line(color="black"))
3939
```
4040

41+
- Added [](:class:`~plotnine.composition.inset_element`) with which you can insert plot
42+
compositions or images into another plot.
43+
4144
### API Changes
4245

4346
- Removed `geom.to_layer()`, `stat.to_layer()`, `annotate.to_layer()`,

0 commit comments

Comments
 (0)