Skip to content

Commit 1908e9c

Browse files
fix: Default
1 parent d32b804 commit 1908e9c

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/tools/visualization_interface/backends/pyvista

1 file changed

+1
-1
lines changed

src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def show(
412412
view_2d: Dict = None,
413413
name_filter: str = None,
414414
dark_mode: bool = False,
415-
plotting_options: Optional[Dict[str, Any]] = None,
415+
plotting_options: Optional[Dict[str, Any]] = {},
416416
**show_options: Any,
417417
) -> List[Any]:
418418
"""Plot and show any PyAnsys object.

0 commit comments

Comments
 (0)