You are currently viewing the new Anvil Editor Docs.
Switch to the Classic Editor Docs
You are currently viewing the Classic Editor Docs.
Switch to the new Anvil Editor Docs

plotly.graph_objs.scatter3d.projection Module

Functions

plotly.graph_objs.scatter3d.projection.X([opacity=], [scale=], [show=]) → X

Create a new ‘X’ object

  • opacity - Sets the projection color.

  • scale - Sets the scale factor determining the size of the projection marker points.

  • show - Sets whether or not projections are shown along the x axis.


plotly.graph_objs.scatter3d.projection.Y([opacity=], [scale=], [show=]) → Y

Create a new ‘Y’ object

  • opacity - Sets the projection color.

  • scale - Sets the scale factor determining the size of the projection marker points.

  • show - Sets whether or not projections are shown along the y axis.


plotly.graph_objs.scatter3d.projection.Z([opacity=], [scale=], [show=]) → Z

Create a new ‘Z’ object

  • opacity - Sets the projection color.

  • scale - Sets the scale factor determining the size of the projection marker points.

  • show - Sets whether or not projections are shown along the z axis.



Do you still have questions?

Our Community Forum is full of helpful information and Anvil experts.


plotly.graph_objs.scatter3d.projection