Skip to content

Various updates in docs for the 4.10.0 #275

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

Merged
merged 7 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Writerside/topics/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Saving Plot in a File

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

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

Expand Down
5 changes: 5 additions & 0 deletions Writerside/topics/gallery.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Gallery

<list columns="3">
<li>
<a href="%nb-magnifier_inset%">
<img alt="Creating magnifier inset effect with ggbunch()" src="square-magnifier_inset.png"/>
</a>
</li>
<li>
<a href="%nb-theme_legend_scheme%">
<img alt="Theme legend scheme" src="square-theme_legend_scheme.png"/>
Expand Down
6 changes: 3 additions & 3 deletions Writerside/topics/multiplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Examples:
- [Creating multi-panel plots using facets](%nb-facets%)
- [Free scales on faceted plot](%nb-facets_free_scales%)

## `GGBunch`
## `ggbunch`

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

Examples:

- [The `GGBunch` class](%nb-ggbunch%)
- [Inset map of Kotlin island](%nb-spatialdataset_kotlin_isl%)
- [The `ggbunch()` function](%nb-ggbunch%)

## `gggrid`

Expand Down
3 changes: 2 additions & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="version" value="4.9.4"/>
<var name="version" value="4.10.0"/>
<var name="current_year" value="2025"/>
<var name="web_root" value="https://lets-plot.org"/>

Expand Down Expand Up @@ -34,6 +34,7 @@
<var name="nb-geotools_naturalearth" value="%nbviewer_demo%/geotools_naturalearth.ipynb"/>
<var name="nb-interact_pan_zoom" value="%nbviewer_demo%/interact_pan_zoom.ipynb"/>
<var name="nb-lp_verse" value="%nbviewer_demo%/lp_verse.ipynb"/>
<var name="nb-magnifier_inset" value="%nbviewer_demo%/magnifier_inset.ipynb"/>
<var name="nb-mpg_daisy" value="%nbviewer_demo%/mpg_daisy.ipynb"/>
<var name="nb-palmer_penguins" value="%nbviewer_demo%/palmer_penguins.ipynb"/>
<var name="nb-pushkin" value="%nbviewer_demo%/pushkin.ipynb"/>
Expand Down
Loading