Skip to content

Commit 8d06975

Browse files
Various updates in docs for the 4.10.0 (#275)
1 parent 581fdc6 commit 8d06975

File tree

11 files changed

+16461
-65
lines changed

11 files changed

+16461
-65
lines changed
Loading

Writerside/topics/export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Saving Plot in a File
44

5-
The `ggsave()` function is a convenient way of saving a plot or a GGBunch object in a file.
5+
The `ggsave()` function is a convenient way of saving a plot or a multiplot in a file.
66

77
The supported export formats are: `SVG`, `HTML`, `PNG`, `JPEG` and `TIFF`.
88

Writerside/topics/gallery.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Gallery
22

33
<list columns="3">
4+
<li>
5+
<a href="%nb-magnifier_inset%">
6+
<img alt="Creating magnifier inset effect with ggbunch()" src="square-magnifier_inset.png"/>
7+
</a>
8+
</li>
49
<li>
510
<a href="%nb-theme_legend_scheme%">
611
<img alt="Theme legend scheme" src="square-theme_legend_scheme.png"/>

Writerside/topics/multiplot.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Examples:
1010
- [Creating multi-panel plots using facets](%nb-facets%)
1111
- [Free scales on faceted plot](%nb-facets_free_scales%)
1212

13-
## `GGBunch`
13+
## `ggbunch`
1414

15-
- [`GGBunch`](%api_lets_plot%/-g-g-bunch/index.html) - create a collection of plots that can have arbitrary location and size.
15+
- [`ggbunch`](%api_lets_plot%/ggbunch.html) - create a collection of plots that can have arbitrary location and size.
1616

1717
Examples:
1818

19-
- [The `GGBunch` class](%nb-ggbunch%)
2019
- [Inset map of Kotlin island](%nb-spatialdataset_kotlin_isl%)
20+
- [The `ggbunch()` function](%nb-ggbunch%)
2121

2222
## `gggrid`
2323

Writerside/v.list

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
4-
<var name="version" value="4.9.4"/>
4+
<var name="version" value="4.10.0"/>
55
<var name="current_year" value="2025"/>
66
<var name="web_root" value="https://lets-plot.org"/>
77

@@ -34,6 +34,7 @@
3434
<var name="nb-geotools_naturalearth" value="%nbviewer_demo%/geotools_naturalearth.ipynb"/>
3535
<var name="nb-interact_pan_zoom" value="%nbviewer_demo%/interact_pan_zoom.ipynb"/>
3636
<var name="nb-lp_verse" value="%nbviewer_demo%/lp_verse.ipynb"/>
37+
<var name="nb-magnifier_inset" value="%nbviewer_demo%/magnifier_inset.ipynb"/>
3738
<var name="nb-mpg_daisy" value="%nbviewer_demo%/mpg_daisy.ipynb"/>
3839
<var name="nb-palmer_penguins" value="%nbviewer_demo%/palmer_penguins.ipynb"/>
3940
<var name="nb-pushkin" value="%nbviewer_demo%/pushkin.ipynb"/>

0 commit comments

Comments
 (0)