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 highlight is set to True (the default), the projected lines are shown on hover. If show is 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

bool

property y

Determines whether or not these contour lines are projected on the y plane. If highlight is set to True (the default), the projected lines are shown on hover. If show is 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

bool

property z

Determines whether or not these contour lines are projected on the z plane. If highlight is set to True (the default), the projected lines are shown on hover. If show is 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

bool