From 94e52338d77345d088bf24f70c96ff627bdaf44d Mon Sep 17 00:00:00 2001 From: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:46:04 +0100 Subject: [PATCH] Update pyaedt/modules/solutions.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- pyaedt/modules/solutions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/modules/solutions.py b/pyaedt/modules/solutions.py index 97faeb35406..914dc0e7161 100644 --- a/pyaedt/modules/solutions.py +++ b/pyaedt/modules/solutions.py @@ -1637,7 +1637,7 @@ def plot_2d_cut( export_image_path : str, optional Full path to image file. Default is None to not export. show : bool, optional - Whether to show the plot or return the matplotlib object. Default is `True`. + Whether to show the plot. The default is ``True``. If ``False``, the Matplotlib instance of the plot is shown. is_polar : bool, optional Whether this plot is a polar plot. The default is ``True``.