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