plotly.graph_objects.surface.contours.x package¶
-
class
plotly.graph_objects.surface.contours.x.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 is a boolean and must be specified as:
A boolean value: 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 is a boolean and must be specified as:
A boolean value: 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 is a boolean and must be specified as:
A boolean value: True or False
- Returns
- Return type
-
property
