Ask Your Question
1

Graph editor doesn't work

asked 2011-11-06 12:56:58 +0200

G-Sage gravatar image

updated 2012-11-15 11:52:25 +0200

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.${}$

edit retag flag offensive close merge delete

Comments

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 gravatar imagekcrisman ( 2012-09-08 00:09:11 +0200 )edit

@kcrisman That's too bad. Thanks for the info, though.

G-Sage gravatar imageG-Sage ( 2012-09-08 10:55:23 +0200 )edit

2 Answers

Sort by » oldest newest most voted
2

answered 2012-10-23 10:07:38 +0200

LukᚠLánský gravatar image

It is still not working in Sage 5.4, but I bravely found a (stupid) mistake: https://github.com/sagemath/sagenb/pu... . Feel free to patch your installation.

edit flag offensive delete link more

Comments

I'll check this out!

kcrisman gravatar imagekcrisman ( 2012-10-23 10:29:11 +0200 )edit
1

Eek! It works!!!

kcrisman gravatar imagekcrisman ( 2012-10-23 10:30:40 +0200 )edit

Gotta get this fixed in Sage!

G-Sage gravatar imageG-Sage ( 2012-10-27 11:08:00 +0200 )edit

Of course! But then we need someone to get someone to put this change in Sage. No one has really said anything about it yet, and I don't know when the next sagenb spkg is coming :(

kcrisman gravatar imagekcrisman ( 2012-10-27 23:20:02 +0200 )edit

Note that this has been merged into sagenb, so whenever that is updated in Sage again this will be fixed.

kcrisman gravatar imagekcrisman ( 2012-11-15 13:58:43 +0200 )edit
1

answered 2011-11-07 06:43:25 +0200

Jason Grout gravatar image

If I recall correctly, the graph editor in 4.7.1 is broken for Firefox 7. It works on test.sagenb.org, which has an updated graph editor (and is running 4.7.2).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2011-11-06 12:56:58 +0200

Seen: 863 times

Last updated: Nov 15 '12