Recent Changes for "Convex Hulls" - Graph Exploration System (GUESS)http://guess.wikispot.org/Convex_HullsRecent Changes of the page "Convex Hulls" on Graph Exploration System (GUESS).en-us Convex Hullshttp://guess.wikispot.org/Convex_Hulls2007-08-11 00:30:02EytanAdarUpload of image <a href="http://guess.wikispot.org/Convex_Hulls?action=Files&do=view&target=hull.jpg">hull.jpg</a>.Convex Hullshttp://guess.wikispot.org/Convex_Hulls2007-08-11 00:29:47EytanAdar <div id="content" class="wikipage content"> Differences for Convex Hulls<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Convex Hulls =<br> + <br> + Convex hulls can be added around a set of nodes by using the command createConvexHull(nodeset,color). This will create and color a convex hull around the nodeset and return a reference to the convex hull object. To delete a specific convex hull you would type removeConvexHull(hull), and to get a list of all hulls you would use getConvexHulls().<br> + <br> + Note that convex hulls (especially transparent ones) make various operations a little slow so you may want to not use them until your are settled on a layout.<br> + <br> + To get the figure below we did:<br> + <br> + <br> + {{{clusts = groupBy(dept)<br> + for c in clusts: createConvexHull(c,randomColor(120))<br> + }}}<br> + <br> + <br> + The additional value we pass to randomColor indicates the transparency (0-255) for the resulting random color. This allows us to see through hulls.<br> + <br> + --&gt;<br> + [[Image(hull.jpg)]]&lt;--</span> </td> </tr> </table> </div>