Skip to content

Commit

Permalink
CHORE: Refactoring while lf webp
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed May 23, 2024
1 parent 7b44e4c commit 6f29e42
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pyaedt/modules/AdvancedPostProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,20 +340,17 @@ def plot_field_from_fieldplot(
project_path : str, optional
Path for saving the image file. The default is ``""``.
mesh_plot : bool, optional
Whether to create and plot the mesh over the fields. The
default is ``False``.
Whether to create and plot the mesh over the fields. The default is ``False``.
image_format : str, optional
Format of the image file. Options are ``"jpg"``,
``"png"``, ``"svg"``, and ``"webp"``. The default is
``"jpg"``.
Format of the image file. Options are ``"jpg"``, ``"png"``, ``"svg"``, and ``"webp"``.
The default is ``"jpg"``.
view : str, optional
View to export. Options are ``"isometric"``, ``"xy"``, ``"xz"``, ``"yz"``.
plot_label : str, optional
Type of the plot. The default is ``"Temperature"``.
plot_folder : str, optional
Plot folder to update before exporting the field.
The default is ``None``, in which case all plot
folders are updated.
The default is ``None``, in which case all plot folders are updated.
show : bool, optional
Export Image without plotting on UI.
scale_min : float, optional
Expand Down Expand Up @@ -497,9 +494,8 @@ def plot_field(
export_path : str, optional
Image export path. Default is ``None`` to not export the image.
image_format : str, optional
Format of the image file. Options are ``"jpg"``,
``"png"``, ``"svg"``, and ``"webp"``. The default is
``"jpg"``.
Format of the image file. Options are ``"jpg"``, ``"png"``, ``"svg"``, and ``"webp"``.
The default is ``"jpg"``.
keep_plot_after_generation : bool, optional
Either to keep the Field Plot in AEDT after the generation is completed. Default is ``False``.
dark_mode : bool, optional
Expand Down

0 comments on commit 6f29e42

Please sign in to comment.