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 d93ab5e commit 94e5233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 94e5233

Please sign in to comment.