plotly.graph_objects.volume.caps.
X
(arg=None, fill=None, show=None, **kwargs)¶Bases: plotly.basedatatypes.BaseTraceHierarchyType
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.
An int or float in the interval [0, 1]
int|float
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)
plotly.graph_objects.volume.caps.
Y
(arg=None, fill=None, show=None, **kwargs)¶Bases: plotly.basedatatypes.BaseTraceHierarchyType
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.
An int or float in the interval [0, 1]
int|float
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)
plotly.graph_objects.volume.caps.
Z
(arg=None, fill=None, show=None, **kwargs)¶Bases: plotly.basedatatypes.BaseTraceHierarchyType
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.
An int or float in the interval [0, 1]
int|float
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)