We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32b804 commit 1908e9cCopy full SHA for 1908e9c
src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py
@@ -412,7 +412,7 @@ def show(
412
view_2d: Dict = None,
413
name_filter: str = None,
414
dark_mode: bool = False,
415
- plotting_options: Optional[Dict[str, Any]] = None,
+ plotting_options: Optional[Dict[str, Any]] = {},
416
**show_options: Any,
417
) -> List[Any]:
418
"""Plot and show any PyAnsys object.
0 commit comments