plotly.graph_objects.volume.slices package

class plotly.graph_objects.volume.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.volume.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.volume.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