coloring()
Signature: unit -> string
|
Choose the coloring method for this contour trace. The default value is 'fill' where coloring is done evenly between each contour line. 'heatmap' colors on a grid point-by-grid point basis. 'lines' colors only the contour lines, each with respect to the color scale. 'none' prints all contour lines with the same color; choose their color in a Line object at the trace level if desired.
|
coloring()
Signature: unit -> unit
|
Choose the coloring method for this contour trace. The default value is 'fill' where coloring is done evenly between each contour line. 'heatmap' colors on a grid point-by-grid point basis. 'lines' colors only the contour lines, each with respect to the color scale. 'none' prints all contour lines with the same color; choose their color in a Line object at the trace level if desired.
|
end()
Signature: unit -> float
|
Sets the value of the last contour level.
|
end()
Signature: unit -> unit
|
Sets the value of the last contour level.
|
ShouldSerializecoloring()
Signature: unit -> bool
|
|
ShouldSerializeend()
Signature: unit -> bool
|
|
ShouldSerializeshowlines()
Signature: unit -> bool
|
|
ShouldSerializesize()
Signature: unit -> bool
|
|
ShouldSerializestart()
Signature: unit -> bool
|
|
showlines()
Signature: unit -> string
|
Toggle whether or not the contour lines appear on the plot.
|
showlines()
Signature: unit -> unit
|
Toggle whether or not the contour lines appear on the plot.
|
size()
Signature: unit -> float
|
Sets the size of each contour level.
|
size()
Signature: unit -> unit
|
Sets the size of each contour level.
|
start()
Signature: unit -> float
|
Sets the value of the first contour level.
|
start()
Signature: unit -> unit
|
Sets the value of the first contour level.
|