You are currently viewing the new Anvil Editor Docs.
Switch to the Classic Editor Docs
You are currently viewing the Classic Editor Docs.
Switch to the new Anvil Editor Docs

plotly.graph_objs.isosurface.slices Module

Functions

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

Create a new ‘X’ object

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

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

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

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


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

Create a new ‘Y’ object

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

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

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

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


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

Create a new ‘Z’ object

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

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

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

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



Do you still have questions?

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


plotly.graph_objs.isosurface.slices