From e36a1e42b7cdb93c3e50d623eeac1b41731658bd Mon Sep 17 00:00:00 2001 From: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:46:18 +0100 Subject: [PATCH] Update pyaedt/modules/solutions.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- pyaedt/modules/solutions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyaedt/modules/solutions.py b/pyaedt/modules/solutions.py index 914dc0e7161..c9c26e81d4a 100644 --- a/pyaedt/modules/solutions.py +++ b/pyaedt/modules/solutions.py @@ -1644,8 +1644,9 @@ def plot_2d_cut( Returns ------- :class:`matplotlib.plt` - If show is `True`, it returns a matplotlib figure instance of the plot. - If show is `False`, it returns the plotted curves. + If ``show`` is ``False``, the plot of the curves is shown. + If ``show`` is ``True``, a Matplotlib instance of the plot is returned. + Examples --------