| Trees | Indices | Help |
|
|---|
|
|
object --+
|
VisOpts
stores visualization options for cluster viewing **Instance variables** - x/yOffset: amount by which the drawing is offset from the edges of the canvas - lineColor: default color for drawing the cluster tree - lineWidth: the width of the lines used to draw the tree
|
|||
|
Inherited from |
|||
|
|||
xOffset = 20
|
|||
yOffset = 20
|
|||
lineColor = piddle.Color(0, 0, 0)
|
|||
hideColor = piddle.Color(.8,.8,.8)
|
|||
terminalColors = [piddle.Color(1, 0, 0), piddle.Color(0, 0, 1)
|
|||
lineWidth = 2
|
|||
hideWidth = 1.1
|
|||
nodeRad = 15
|
|||
nodeColor = piddle.Color(1.,.4,.4)
|
|||
highlightColor = piddle.Color(1., 1.,.4)
|
|||
highlightRad = 10
|
|||
|
|||
|
Inherited from |
|||
|
|||
terminalColors
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 1 16:13:01 2018 | http://epydoc.sourceforge.net |