Skip to content

Commit

Permalink
Update pyaedt/modules/solutions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
Samuelopez-ansys and PipKat authored Nov 23, 2023
1 parent 94e5233 commit e36a1e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyaedt/modules/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit e36a1e4

Please sign in to comment.