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 3c639ff commit 7fec9c5Copy full SHA for 7fec9c5
src/ansys/geometry/core/plotting/plotter.py
@@ -62,7 +62,7 @@ def __init__(
62
) -> None:
63
"""Initialize the GeomPlotter class."""
64
self._backend = PyVistaBackend(use_trame=use_trame, allow_picking=allow_picking)
65
- super().__init__()
+ super().__init__(backend=self._backend)
66
67
self._backend._allow_picking = allow_picking
68
self._backend._use_trame = use_trame
0 commit comments