From 3de250486caf6141c96a80f8828030f991488cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Mon, 18 Jul 2022 10:30:45 +0200 Subject: [PATCH] updated overview --- doc/source/overview.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 5d13818f..8cf32234 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -37,7 +37,8 @@ The following functions are exposed by this module: * ``plotgrid``: combine multiple plots into a grid-like layout. It works with Matplotlib, Bokeh and Plotly. * ``iplot``: create parametric-interactive plots using widgets (sliders, - buttons, etc.) + buttons, etc.). Note that this function has been integrated with many of the + aforementioned functions. It is also possible to combine different plots together.