Skip to content

Commit

Permalink
FIX: plot formula (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored Dec 12, 2024
1 parent 7ba1650 commit 4f47c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/aedt/core/visualization/post/solution_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ def get_report_plotter(self, curves=None, formula=None, to_radians=False, props=
curves = self.expressions
if isinstance(curves, str):
curves = [curves]
if not formula:
formula = "mag"
# if not formula:
# formula = "mag"
if to_radians:
sw = self.to_radians(self.primary_sweep_values)
else:
Expand Down

0 comments on commit 4f47c08

Please sign in to comment.