Sebastian Kalinowski
Sebastian Kalinowski
Was done in 3b3efb1bf538916fd75caba568327739678c09f8 but there are some random failing tests that need to be checked.
**Comment by [email protected], 2012-04-18T21:54:55Z** +1. If you have nodes implicitly defined, like: a; a -> b -> c -> d; c; Only the "explicitly" defined nodes (the ones given their...
**Comment by [email protected], 2012-05-07T06:11:37Z** Graphviz uses implicitly defined nodes as well. It would be useful to have a lib acting the same way.
**Comment by [email protected], 2012-03-27T03:53:30Z** Also the write_ function does not honour the program set using set_prog.
**Comment by [email protected], 2012-06-26T15:02:11Z** The correct form of attributes passed through the command line is, according to the manual pages: -(G|N|E)name=value Hence, the following line works: graph.write_svg(somefile, prog=['twopi', '-Goverlap=scale']) The...
**Comment by [email protected], 2014-06-11T20:00:14Z** Or if you prefer to retain encapsulation: ``` --- /usr/lib/python2.6/site-packages/pydot.py 2014-06-12 06:22:57.000000000 +0400 +++ virtenv/lib/python2.6/site-packages/pydot.py 2014-06-12 06:58:20.478835432 +0400 @@ -834,6 +834,11 @@ return False + def...
Our fork (`pydot-ng`) was created because we needed the work from https://github.com/nlhepler/pydot and a package on PyPI (with support for Python 2.6). There are no much changes from original fork,...
Thanks for reply! There should be an icon (so called "page action") in the address bar. See screenshot: Let me know if there is anything wrong with it. Either here...