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 401062c commit 434a535Copy full SHA for 434a535
src/ansys/geometry/core/plotting/plotter.py
@@ -377,7 +377,7 @@ def init_plotter(self):
377
pl = Plotter()
378
return pl
379
380
- def show_plotter(self, plotter, screenshot):
+ def show_plotter(self, plotter: Plotter, screenshot: Optional[str] = None):
381
"""Shows the plotter or starts Trame service.
382
383
Parameters
0 commit comments