Salut Nicolas et Vincent,

I am trying to use the graphviz functionalities you added in ticket
#7004. So, I installed graphviz and the dot2tex spkg as explained in
the documentation of layout_graphviz method, but I get the following
error when I use it :

sage: g = Graph({2:[3,4]})
sage: g.layout_graphviz()
Traceback (most recent call last):
...
UnboundLocalError: local variable 'positions' referenced before assignment

Are you able to make this (or any) example to work? How should I use it?

Thank you,

Sébastien

-- 
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-de...@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