search for: nodesto

Displaying 2 results from an estimated 2 matches for "nodesto".

Did you mean: modesto
2011 Feb 13
1
RCytoscape setPosition error
...scape A----D B----E C----F ------------------- g <- new ('graphNEL', edgemode='undirected') cw <- CytoscapeWindow ('smallExample', graph=RCytoscape::makeSimpleGraph()) layout (cw, 'jgraph-spring') redraw(cw) nodesFr = c('A', 'B', 'C') nodesTo =c('D', 'E', 'F') nodesAll = union(nodesFr, nodesTo) nElemFr = length(nodesFr) nElemTo = length(nodesTo) g <- graph::addNode(nodesAll, g) setPosition(cw, nodesFr , c(400, 400, 400), c(100, 200, 300)) setPosition(cw, nodesTo , c(600, 600, 600), c(100, 200, 300)) Error i...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...nder Windows unless you specify TR_NO_LINES as well.) | -|@TR_LINES_AT_ROOT@|Use this styleto show lines between root nodes.Only applicable if TR_HIDE_ROOT is set and TR_NO_LINES is not set.| -|@TR_HIDE_ROOT@|Use this styleto suppress the display of the root node,effectively causing the first-level nodesto appear as a series of root nodes.| -|@TR_ROW_LINES@|Use this styleto draw a contrasting border between displayed rows.| -|@TR_HAS_VARIABLE_ROW_HEIGHT@|Use this styleto cause row heights to be just big enough to fit the content.If not set, all rows use the largest row height.The default is that this...