diff --git a/documentation/modules/inset.md b/documentation/modules/inset.md index 51ea3bff3..48192f59d 100644 --- a/documentation/modules/inset.md +++ b/documentation/modules/inset.md @@ -102,7 +102,7 @@ in a mix mode in _one-liners_ commands. It is mixed because the functioning reli _modern_ modes (in a way transparent to the user). And, as just said, this mix mode consists in calling the `inset` function as an option to the `plot`, `basemap` and `grdimage` functions. Since we are doing a nested call, we need to pass all options as argument to `inset` and this ofc reduces the number of possibilities but still, it offers -quite nice features that allow creating elaborated figures with very short commands. The \myreflink{Figure insets} +quite nice features that allow creating elaborated figures with very short commands. The "Figure insets" tutorial shows several examples of this usage. The inset windows are located according to an algorithm that tries to avoid overlapping lines in line plots (with diff --git a/tutorials/insets/insets.md b/tutorials/insets/insets.md index 394dc735b..ca544e91a 100644 --- a/tutorials/insets/insets.md +++ b/tutorials/insets/insets.md @@ -1,6 +1,6 @@ # Figure insets -The inset function can be used as an option to the `plot`, `basemap` and `grdimage` +The \myreflink{inset} function can be used as an option to the `plot`, `basemap` and `grdimage` functions. While not all the possibilities offered by the `inset` function are available in this case, because all functionalities must be requested via a nested call, it offers quite nice features that allow creating elaborated figures with very short commands.