plotly.graph_objects.isosurface.caps package

class plotly.graph_objects.isosurface.caps.X(arg=None, fill=None, show=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property fill

Sets the fill ratio of the caps. The default fill value of the caps is 1 meaning that they are entirely shaded. On the other hand Applying a fill ratio less than one would allow the creation of openings parallel to the edges.

The ‘fill’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property show

Sets the fill ratio of the slices. The default fill value of the x slices is 1 meaning that they are entirely shaded. On the other hand Applying a fill ratio less than one would allow the creation of openings parallel to the edges.

The ‘show’ property must be specified as a bool (either True, or False)

Returns

Return type

bool

class plotly.graph_objects.isosurface.caps.Y(arg=None, fill=None, show=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property fill

Sets the fill ratio of the caps. The default fill value of the caps is 1 meaning that they are entirely shaded. On the other hand Applying a fill ratio less than one would allow the creation of openings parallel to the edges.

The ‘fill’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property show

Sets the fill ratio of the slices. The default fill value of the y slices is 1 meaning that they are entirely shaded. On the other hand Applying a fill ratio less than one would allow the creation of openings parallel to the edges.

The ‘show’ property must be specified as a bool (either True, or False)

Returns

Return type

bool

class plotly.graph_objects.isosurface.caps.Z(arg=None, fill=None, show=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property fill

Sets the fill ratio of the caps. The default fill value of the caps is 1 meaning that they are entirely shaded. On the other hand Applying a fill ratio less than one would allow the creation of openings parallel to the edges.

The ‘fill’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property show

Sets the fill ratio of the slices. The default fill value of the z slices is 1 meaning that they are entirely shaded. On the other hand Applying a fill ratio less than one would allow the creation of openings parallel to the edges.

The ‘show’ property must be specified as a bool (either True, or False)

Returns

Return type

bool