plotly.graph_objects.isosurface.slices packageยถ

class plotly.graph_objects.isosurface.slices.X(arg=None, fill=None, locations=None, locationssrc=None, show=None, **kwargs)ยถ

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property fillยถ

Sets the fill ratio of the slices. The default fill value of the 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 โ€˜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 locationsยถ

Specifies the location(s) of slices on the axis. When not specified slices would be created for all points of the axis x except start and end.

The โ€˜locationsโ€™ property is an array that may be specified as a tuple, list, numpy array, or pandas Series

Returns

Return type

numpy.ndarray

property locationssrcยถ

Sets the source reference on Chart Studio Cloud for locations.

The โ€˜locationssrcโ€™ property must be specified as a string or as a plotly.grid_objs.Column object

Returns

Return type

str

property showยถ

Determines whether or not slice planes about the x dimension are drawn.

The โ€˜showโ€™ property must be specified as a bool (either True, or False)

Returns

Return type

bool

class plotly.graph_objects.isosurface.slices.Y(arg=None, fill=None, locations=None, locationssrc=None, show=None, **kwargs)ยถ

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property fillยถ

Sets the fill ratio of the slices. The default fill value of the 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 โ€˜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 locationsยถ

Specifies the location(s) of slices on the axis. When not specified slices would be created for all points of the axis y except start and end.

The โ€˜locationsโ€™ property is an array that may be specified as a tuple, list, numpy array, or pandas Series

Returns

Return type

numpy.ndarray

property locationssrcยถ

Sets the source reference on Chart Studio Cloud for locations.

The โ€˜locationssrcโ€™ property must be specified as a string or as a plotly.grid_objs.Column object

Returns

Return type

str

property showยถ

Determines whether or not slice planes about the y dimension are drawn.

The โ€˜showโ€™ property must be specified as a bool (either True, or False)

Returns

Return type

bool

class plotly.graph_objects.isosurface.slices.Z(arg=None, fill=None, locations=None, locationssrc=None, show=None, **kwargs)ยถ

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property fillยถ

Sets the fill ratio of the slices. The default fill value of the 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 โ€˜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 locationsยถ

Specifies the location(s) of slices on the axis. When not specified slices would be created for all points of the axis z except start and end.

The โ€˜locationsโ€™ property is an array that may be specified as a tuple, list, numpy array, or pandas Series

Returns

Return type

numpy.ndarray

property locationssrcยถ

Sets the source reference on Chart Studio Cloud for locations.

The โ€˜locationssrcโ€™ property must be specified as a string or as a plotly.grid_objs.Column object

Returns

Return type

str

property showยถ

Determines whether or not slice planes about the z dimension are drawn.

The โ€˜showโ€™ property must be specified as a bool (either True, or False)

Returns

Return type

bool