Hi all,

the following worked for me:

H = P.hasse_diagram()
d = dict((v.vertex, pretty_print(v.element)) for v in P)
H.relabel(d)
D = DiGraph(H, pos=H.layout_graphviz())
graph_editor(D)

one more question: there appear two sliders "length" and "strength" but
they don't seem to do anything.  What should they be doing?

Many thanks Rado!

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to