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. If- showis 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. If- showis 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. If- showis 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 
