Re: [sage-devel] graph editor -- devel doc

2010-01-24 Thread Nicolas M. Thiery
On Thu, Jan 21, 2010 at 12:22:05PM -0800, William Stein wrote: > The new graph editor in sage by Rado is AWESOME. YES!!! We are producing graphs all the time (representing all sorts of combinatorial/algebraic data), and have been dreaming of such a life saving feature for years. We would just fur

Re: [sage-devel] graph editor -- devel doc

2010-01-21 Thread William Stein
On Thu, Jan 21, 2010 at 2:14 PM, Pat LeSmithe wrote: > On 01/21/2010 12:22 PM, William Stein wrote: >>     >> local/lib/python/site-packages/sagenb-0.6-py2.6.egg/sagenb/data/graph_editor/ >> >> It would be *GREAT* if there were a README.txt file in that directory >> that explained what all the js

Re: [sage-devel] graph editor -- devel doc

2010-01-21 Thread Pat LeSmithe
On 01/21/2010 12:22 PM, William Stein wrote: > > local/lib/python/site-packages/sagenb-0.6-py2.6.egg/sagenb/data/graph_editor/ > > It would be *GREAT* if there were a README.txt file in that directory > that explained what all the js files actually are, something about how > the graph editor w

Re: [sage-devel] graph editor -- devel doc

2010-01-21 Thread David Roe
I agree that it's awesome. I'm not sure if I'm using it right though. If I remove a vertex from Williams example below, and then click Save, it changes the cell, but the graph that it then creates is the same as before I removed the vertex. The same problem seems to occur for most changes I make

[sage-devel] graph editor -- devel doc

2010-01-21 Thread William Stein
Hi, The new graph editor in sage by Rado is AWESOME. One can try it easily at http://sagenb.org by typing: g = graphs.CompleteGraph(10) graph_editor(g) The actual source code is at local/lib/python/site-packages/sagenb-0.6-py2.6.egg/sagenb/data/graph_editor/ It would be *GREAT* if ther