Sebastian Bank
Sebastian Bank
> someone who bookmarks the API documentation Oh okay, fair point: how about https://github.com/xflr6/graphviz/compare/master...api_docs_escape?
Added callouts: - https://graphviz.readthedocs.io/en/latest/api.html#graphviz.Graph.node - https://graphviz.readthedocs.io/en/latest/api.html#graphviz.Graph.edge - https://graphviz.readthedocs.io/en/latest/api.html#graphviz.Digraph.node - https://graphviz.readthedocs.io/en/latest/api.html#graphviz.Digraph.edge
Thanks for the PR and sorry for the late response. Let me explain: a while ago during refactoring the main `graphviz` classes into smaller classes internally using multiple inheritance and...
Thanks for the PR. > We can discuss details on how to properly handle, curate and implement this but I hope you like the idea. Of course :) In recent...
Hi. There is currently no support for the `-G` flag in https://graphviz.readthedocs.io/en/stable/api.html#graphviz.render. I guess you could try to use `subprocess.run()` from the stdlib to run that rendering command from Python...
> running of the standard graphviz tooling under the hood That's the sole purpose of this library: making it easier to run http://graphviz.org from Python (i.e. an *interface* for Python)....
Thanks, see https://github.com/xflr6/graphviz/issues/217#issuecomment-2003031577. AFAIU this is due to https://github.com/pytest-dev/pytest/issues/12123. https://github.com/xflr6/graphviz/blob/78daf45dfa779370c542375995d4e59d86d2c1bd/setup.py#L25 https://github.com/xflr6/graphviz/commit/f1a9f8dd231783ec8200d1565a9fa4febf52c6df https://github.com/xflr6/graphviz/commit/24507fce3761fb245f063a7a24f0902f03f33836
Made this more visible by mentioning in ``CHANGES.txt``: dbdef1f105b1924a85c01e37dc851147bab7f2f6 https://graphviz.readthedocs.io/en/latest/changelog.html#version-0-20-2 Leaving this open for the moment for visibility.