gustaf.helpers.notebook.K3DPlotterN#
- class gustaf.helpers.notebook.K3DPlotterN(**kwargs: Any)[source]#
Bases:
GridspecLayout
,GustafBase
Helper to plot in notebooks with k3d.
Sets up K3D plotter especially if multiple plots are to be shown in the notebook.
Methods
K3DPlotterN.clear
(*args, **kwargs)Clear the plotters.
Closes all vedo.Plotters
K3DPlotterN.display
([close])Display the plotter.
K3DPlotterN.show
(list_of_showables, at, ...)Add the showables to the renderer at the given location.
Attributes