gustaf.helpers.notebook.K3DPlotterN.show#

K3DPlotterN.show(list_of_showables, at, interactive, camera, axes, *args, **kwargs)[source]#

Add the showables to the renderer at the given location.

Parameters:
  • list_of_showables (Any)

  • at (int) – Render id.

  • interactive (bool) – See vedo.Plotter.show for details.

  • camera (Any) – See vedo.Plotter.show for details.

  • axes (bool) – Add axes to the plot. Will also cast int to bool.