Aric Hagberg
Aric Hagberg
What do you think is the best fix? Should we change ``` python if format is None or format == '': format = 'dot' ``` to drop the `or format...
For this case the cgraph library of graphviz requires a real OS system file handle which is more than a Python StringIO object. There are other methods in the graphviz...
On Fri, Sep 14, 2012 at 2:21 PM, Moritz Emanuel Beber [email protected] wrote: > I suppose it is only sensible to put as much of the code from > algorithms/community/spectrum.py...
Another addition could be "nodal roles" in #1060
It's been a long time since I looked at this code. Perhaps someone currently using it might be able to comment?
@magneticnorth discovered the issue in graphviz 2.40 which has been already fixed in the current development versions of graphviz. e.g. with graphviz version 2.41.20170626.1516 (20170626.1516) ``` -------------- agedge OK ----------------...
This looks like a useful feature. Have you made any attempts to get it working?
Thanks for this report. It looks likely that the planarityCommandLine.c file is not needed for the use in this library. It's part of the package this interface is built on...