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.surface.contours Module

Functions

plotly.graph_objs.surface.contours.X([color=], [end=], [highlight=], [highlightcolor=], [highlightwidth=], [project=], [show=], [size=], [start=], [usecolormap=], [width=]) → X

Create a new ‘X’ object

  • color - Sets the color of the contour lines.

  • end - Sets the end contour level value. Must be more than `contours.start`

  • highlight - Determines whether or not contour lines about the x dimension are highlighted on hover.

  • highlightcolor - Sets the color of the highlighted contour lines.

  • highlightwidth - Sets the width of the highlighted contour lines.

  • show - Determines whether or not contour lines about the x dimension are drawn.

  • size - Sets the step between each contour level. Must be positive.

  • start - Sets the starting contour level value. Must be less than `contours.end`

  • usecolormap - An alternate to *color*. Determines whether or not the contour lines are colored using the trace *colorscale*.

  • width - Sets the width of the contour lines.


plotly.graph_objs.surface.contours.Y([color=], [end=], [highlight=], [highlightcolor=], [highlightwidth=], [project=], [show=], [size=], [start=], [usecolormap=], [width=]) → Y

Create a new ‘Y’ object

  • color - Sets the color of the contour lines.

  • end - Sets the end contour level value. Must be more than `contours.start`

  • highlight - Determines whether or not contour lines about the y dimension are highlighted on hover.

  • highlightcolor - Sets the color of the highlighted contour lines.

  • highlightwidth - Sets the width of the highlighted contour lines.

  • show - Determines whether or not contour lines about the y dimension are drawn.

  • size - Sets the step between each contour level. Must be positive.

  • start - Sets the starting contour level value. Must be less than `contours.end`

  • usecolormap - An alternate to *color*. Determines whether or not the contour lines are colored using the trace *colorscale*.

  • width - Sets the width of the contour lines.


plotly.graph_objs.surface.contours.Z([color=], [end=], [highlight=], [highlightcolor=], [highlightwidth=], [project=], [show=], [size=], [start=], [usecolormap=], [width=]) → Z

Create a new ‘Z’ object

  • color - Sets the color of the contour lines.

  • end - Sets the end contour level value. Must be more than `contours.start`

  • highlight - Determines whether or not contour lines about the z dimension are highlighted on hover.

  • highlightcolor - Sets the color of the highlighted contour lines.

  • highlightwidth - Sets the width of the highlighted contour lines.

  • show - Determines whether or not contour lines about the z dimension are drawn.

  • size - Sets the step between each contour level. Must be positive.

  • start - Sets the starting contour level value. Must be less than `contours.end`

  • usecolormap - An alternate to *color*. Determines whether or not the contour lines are colored using the trace *colorscale*.

  • width - Sets the width of the contour lines.


Globals





Do you still have questions?

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


plotly.graph_objs.surface.contours