plotly.graph_objs.surface.contours
Module
Functions
plotly.graph_objs.surface.contours.X([show=], [start=], [end=], [size=], [project=], [color=], [usecolormap=], [width=], [highlight=], [highlightcolor=], [highlightwidth=]) → X
Create a new ‘X’ object
show
- Determines whether or not contour lines about the x dimension are drawn.start
- Sets the starting contour level value. Must be less than `contours.end`end
- Sets the end contour level value. Must be more than `contours.start`size
- Sets the step between each contour level. Must be positive.color
- Sets the color of the contour lines.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.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.
plotly.graph_objs.surface.contours.Y([show=], [start=], [end=], [size=], [project=], [color=], [usecolormap=], [width=], [highlight=], [highlightcolor=], [highlightwidth=]) → Y
Create a new ‘Y’ object
show
- Determines whether or not contour lines about the y dimension are drawn.start
- Sets the starting contour level value. Must be less than `contours.end`end
- Sets the end contour level value. Must be more than `contours.start`size
- Sets the step between each contour level. Must be positive.color
- Sets the color of the contour lines.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.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.
plotly.graph_objs.surface.contours.Z([show=], [start=], [end=], [size=], [project=], [color=], [usecolormap=], [width=], [highlight=], [highlightcolor=], [highlightwidth=]) → Z
Create a new ‘Z’ object
show
- Determines whether or not contour lines about the z dimension are drawn.start
- Sets the starting contour level value. Must be less than `contours.end`end
- Sets the end contour level value. Must be more than `contours.start`size
- Sets the step between each contour level. Must be positive.color
- Sets the color of the contour lines.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.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.