We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ac259 commit a080cf9Copy full SHA for a080cf9
2 files changed
PyMieSim/single/__init__.py
@@ -1,4 +1,4 @@
1
# from . import detector # noqa: F401, W292
2
# from . import source # noqa: F401, W292
3
# from . import scatterer # noqa: F401, W292
4
-from .setup import Setup # noqa: F401, W292
+# from .setup import Setup # noqa: F401, W292
PyMieSim/single/representations/s1s2.py
@@ -69,13 +69,7 @@ def plot(self, axes) -> None:
69
70
The method generates two polar plots: one for the absolute values of the S1 parameter and another
71
for the S2 parameter, filling the area between the radial axis and the parameter values.
72
-
73
- Returns
74
- -------
75
- None
76
- This method does not return a value. It displays the polar plots.
77
"""
78
- # Plot for S1 parameter
79
axes[0].set(title=r"S$_1$ parameter")
80
axes[0].fill_between(
81
self.phi,
0 commit comments