On Mar 30, 5:37 am, Saptarshi Mandal <[email protected]> wrote: > No no I meant the *other* graph :) > Although I do get the point, I could use pyglet. > Alternatively exporting Svgs seems like a good idea too.
So you meant sets of vertices connected by edges? :) In this case I think we don't have support for it in sympy. As implementing this is very challenging, I recommend to implement code generation for software like graphviz [1]. This should be fairly easy to do. Vinzent [1] http://www.graphviz.org/ -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
