Graph editor doesn't work
h=graphs.ButterflyGraph()
graph_editor(h)
The result is the editor opens and the square the graph is supposed to be in is completely blank.
Sage 4.7.1, Firefox 7.0.1 running in notebook
When I click Save to see if that does anything, the result is the code graph_editor(h) is changed to:
h = Graph(}); h.set_pos(}); graph_editor(h);
which throws an error.
UPDATE: This appears to still not work in Sage 5.2 with Firefox 15. Can any one else confirm? Is there going to be any fix for this? Now, if I click Save, literally nothing happens. Doesn't work in IE9 either.${}$
You are correct, the graph editor is now completely broken in most browsers (and has been for a while, unfortunately). I haven't the foggiest why, but it's been confirmed multiple times. Maybe it out to be deprecated for the time being...
@kcrisman That's too bad. Thanks for the info, though.