Pythreejs backend#

backends.pythreejs.PythreejsBackend()

backends.pythreejs.canvas.Canvas([figsize, ...])

WebGL canvas used to render 3D graphics.

backends.pythreejs.outline.Outline(limits[, ...])

Create an object that draws a rectangular outline, given some limits for the XYZ dimensions.

backends.pythreejs.point_cloud.PointCloud(*, ...)

Artist to represent a three-dimensional point cloud/scatter plot.

backends.pythreejs.figure.Figure(**kwargs)

Create a figure to represent three-dimensional data.