plotly.graph_objs.volume.slices Module

Functions

plotly.graph_objs.volume.slices.X([fill=], [locations=], [locationssrc=], [show=]) → X

Create a new ‘X’ object

  • 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.

  • 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.

  • locationssrc - Sets the source reference on Chart Studio Cloud for `locations`.

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


plotly.graph_objs.volume.slices.Y([fill=], [locations=], [locationssrc=], [show=]) → Y

Create a new ‘Y’ object

  • 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.

  • 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.

  • locationssrc - Sets the source reference on Chart Studio Cloud for `locations`.

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


plotly.graph_objs.volume.slices.Z([fill=], [locations=], [locationssrc=], [show=]) → Z

Create a new ‘Z’ object

  • 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.

  • 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.

  • locationssrc - Sets the source reference on Chart Studio Cloud for `locations`.

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



Do you still have questions?

Our Community Forum is full of helpful information and Anvil experts.


plotly.graph_objs.volume.slices