plotly.graph_objects.surface.contours.z packageΒΆ
-
class
plotly.graph_objects.surface.contours.z.Project(arg=None, x=None, y=None, z=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseTraceHierarchyType-
property
xΒΆ Determines whether or not these contour lines are projected on the x plane. If
highlightis set to True (the default), the projected lines are shown on hover. Ifshowis set to True, the projected lines are shown in permanence.The βxβ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
yΒΆ Determines whether or not these contour lines are projected on the y plane. If
highlightis set to True (the default), the projected lines are shown on hover. Ifshowis set to True, the projected lines are shown in permanence.The βyβ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
zΒΆ Determines whether or not these contour lines are projected on the z plane. If
highlightis set to True (the default), the projected lines are shown on hover. Ifshowis set to True, the projected lines are shown in permanence.The βzβ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
