plotly.graph_objects.surface.contours package¶
-
class
plotly.graph_objects.surface.contours.
X
(arg=None, color=None, end=None, highlight=None, highlightcolor=None, highlightwidth=None, project=None, show=None, size=None, start=None, usecolormap=None, width=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ Sets the color of the contour lines.
- The ‘color’ property is a color and may be specified as:
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
- A named CSS color:
aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgrey, darkgreen, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, grey, green, greenyellow, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgrey, lightgreen, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, red, rosybrown, royalblue, rebeccapurple, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
- Returns
- Return type
-
property
end
¶ Sets the end contour level value. Must be more than
contours.start
- The ‘end’ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
highlight
¶ Determines whether or not contour lines about the x dimension are highlighted on hover.
The ‘highlight’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
highlightcolor
¶ Sets the color of the highlighted contour lines.
- The ‘highlightcolor’ property is a color and may be specified as:
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
- A named CSS color:
aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgrey, darkgreen, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, grey, green, greenyellow, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgrey, lightgreen, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, red, rosybrown, royalblue, rebeccapurple, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
- Returns
- Return type
-
property
highlightwidth
¶ Sets the width of the highlighted contour lines.
- The ‘highlightwidth’ property is a number and may be specified as:
An int or float in the interval [1, 16]
- Returns
- Return type
int|float
-
property
project
¶ The ‘project’ property is an instance of Project that may be specified as:
An instance of
plotly.graph_objects.surface.contours.x.Project
A dict of string/value properties that will be passed to the Project constructor
Supported dict properties:
- x
Determines whether or not these contour lines are projected on the x plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.- y
Determines whether or not these contour lines are projected on the y plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.- z
Determines whether or not these contour lines are projected on the z plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.
- Returns
- Return type
-
property
show
¶ Determines whether or not contour lines about the x dimension are drawn.
The ‘show’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
size
¶ Sets the step between each contour level. Must be positive.
- The ‘size’ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
start
¶ Sets the starting contour level value. Must be less than
contours.end
- The ‘start’ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
usecolormap
¶ An alternate to “color”. Determines whether or not the contour lines are colored using the trace “colorscale”.
The ‘usecolormap’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
width
¶ Sets the width of the contour lines.
- The ‘width’ property is a number and may be specified as:
An int or float in the interval [1, 16]
- Returns
- Return type
int|float
-
property
-
class
plotly.graph_objects.surface.contours.
Y
(arg=None, color=None, end=None, highlight=None, highlightcolor=None, highlightwidth=None, project=None, show=None, size=None, start=None, usecolormap=None, width=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ Sets the color of the contour lines.
- The ‘color’ property is a color and may be specified as:
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
- A named CSS color:
aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgrey, darkgreen, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, grey, green, greenyellow, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgrey, lightgreen, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, red, rosybrown, royalblue, rebeccapurple, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
- Returns
- Return type
-
property
end
¶ Sets the end contour level value. Must be more than
contours.start
- The ‘end’ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
highlight
¶ Determines whether or not contour lines about the y dimension are highlighted on hover.
The ‘highlight’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
highlightcolor
¶ Sets the color of the highlighted contour lines.
- The ‘highlightcolor’ property is a color and may be specified as:
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
- A named CSS color:
aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgrey, darkgreen, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, grey, green, greenyellow, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgrey, lightgreen, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, red, rosybrown, royalblue, rebeccapurple, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
- Returns
- Return type
-
property
highlightwidth
¶ Sets the width of the highlighted contour lines.
- The ‘highlightwidth’ property is a number and may be specified as:
An int or float in the interval [1, 16]
- Returns
- Return type
int|float
-
property
project
¶ The ‘project’ property is an instance of Project that may be specified as:
An instance of
plotly.graph_objects.surface.contours.y.Project
A dict of string/value properties that will be passed to the Project constructor
Supported dict properties:
- x
Determines whether or not these contour lines are projected on the x plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.- y
Determines whether or not these contour lines are projected on the y plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.- z
Determines whether or not these contour lines are projected on the z plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.
- Returns
- Return type
-
property
show
¶ Determines whether or not contour lines about the y dimension are drawn.
The ‘show’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
size
¶ Sets the step between each contour level. Must be positive.
- The ‘size’ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
start
¶ Sets the starting contour level value. Must be less than
contours.end
- The ‘start’ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
usecolormap
¶ An alternate to “color”. Determines whether or not the contour lines are colored using the trace “colorscale”.
The ‘usecolormap’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
width
¶ Sets the width of the contour lines.
- The ‘width’ property is a number and may be specified as:
An int or float in the interval [1, 16]
- Returns
- Return type
int|float
-
property
-
class
plotly.graph_objects.surface.contours.
Z
(arg=None, color=None, end=None, highlight=None, highlightcolor=None, highlightwidth=None, project=None, show=None, size=None, start=None, usecolormap=None, width=None, **kwargs)¶ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
color
¶ Sets the color of the contour lines.
- The ‘color’ property is a color and may be specified as:
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
- A named CSS color:
aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgrey, darkgreen, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, grey, green, greenyellow, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgrey, lightgreen, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, red, rosybrown, royalblue, rebeccapurple, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
- Returns
- Return type
-
property
end
¶ Sets the end contour level value. Must be more than
contours.start
- The ‘end’ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
highlight
¶ Determines whether or not contour lines about the z dimension are highlighted on hover.
The ‘highlight’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
highlightcolor
¶ Sets the color of the highlighted contour lines.
- The ‘highlightcolor’ property is a color and may be specified as:
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
- A named CSS color:
aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgrey, darkgreen, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, grey, green, greenyellow, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgrey, lightgreen, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, red, rosybrown, royalblue, rebeccapurple, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
- Returns
- Return type
-
property
highlightwidth
¶ Sets the width of the highlighted contour lines.
- The ‘highlightwidth’ property is a number and may be specified as:
An int or float in the interval [1, 16]
- Returns
- Return type
int|float
-
property
project
¶ The ‘project’ property is an instance of Project that may be specified as:
An instance of
plotly.graph_objects.surface.contours.z.Project
A dict of string/value properties that will be passed to the Project constructor
Supported dict properties:
- x
Determines whether or not these contour lines are projected on the x plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.- y
Determines whether or not these contour lines are projected on the y plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.- z
Determines whether or not these contour lines are projected on the z plane. If
highlight
is set to True (the default), the projected lines are shown on hover. Ifshow
is set to True, the projected lines are shown in permanence.
- Returns
- Return type
-
property
show
¶ Determines whether or not contour lines about the z dimension are drawn.
The ‘show’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
size
¶ Sets the step between each contour level. Must be positive.
- The ‘size’ property is a number and may be specified as:
An int or float in the interval [0, inf]
- Returns
- Return type
int|float
-
property
start
¶ Sets the starting contour level value. Must be less than
contours.end
- The ‘start’ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
usecolormap
¶ An alternate to “color”. Determines whether or not the contour lines are colored using the trace “colorscale”.
The ‘usecolormap’ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
width
¶ Sets the width of the contour lines.
- The ‘width’ property is a number and may be specified as:
An int or float in the interval [1, 16]
- Returns
- Return type
int|float
-
property