On Mar 28, 5:33 pm, Rob Beezer <goo...@beezer.cotse.net> wrote: > Hi Rado and Kevin, > > Very nice work on this. I've been putting it through its paces this > weekend and it works quite well. Fed it the Higman-Sims graph (100 > vertices, regular of degree 7, interesting automorphism group) and let > the spring-electric algorithm work on it overnight. It never > converged, but was fun to watch, and didn't crash anything after > chasing its tail for 12 hours. ;-) >
Haha, wasted cpu/hours :) From my experience with the grid 10x10 graph, it might settle down if you decrease the edge(spring) length (in tweaks). Otherwise it just can't fit so many vertices if the edges push too far apart. A smarter graph_editor should initialize with edge length inversely proportional to the number of vertices on the screen. > One broad thought. A right-click can be a useful way to bring up a > context menu for assigning properties to vertices and edges (labels, > colors, bipartite sets, weights, etc). Right now this is being used > for deleting a vertex. I'm not arguing to bring back drag-n-drop > outside-the-frame but did you consider any other ways to indicate > vertex deletion quickly and easily? Long term, it might be very > beneficial to have right-clicking available for a more general > purpose. True. I made right-click as the first thing that came to mind, once I removed the drag-n-drop capability. What about hitting 'd' (with the canvas in focus of course) erases the selected vertex? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org To unsubscribe from this group, send email to sage-devel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.