Top "Graphviz" questions

Graphviz, developed by AT&T Research Labs, is the leading application for layout and drawing of graphs (objects comprised of vertices connected by edges).

pydot.InvocationException: GraphViz's executables not found

I try to run this example for decision tree learning, but get the following error message: File "coco.py", line 18, …

python scipy graphviz pydot
How do I place nodes on the same level in DOT?

I want to render several trees simultaneously and place all root nodes and all leaf nodes on the same level. …

graphviz dot
Graphviz Alternatives?

I'm looking for alternatives to GraphViz. I've been using GraphViz for more than a decade and it's okay, but the …

graphviz graph-visualization
How to set the output size in GraphViz for the dot format?

I want to make sure, that all nodes are within some range (say [0,0,W,H]) after layout. I figured bounding …

graphviz networkx pygraphviz pyprocessing
Keras: "RuntimeError: Failed to import pydot." after installing graphviz and pydot

I'm using Anaconda Python 2.7 on windows 10 I was planning on doing Keras visualization so (whilst spyder was open) I opened …

python graphviz theano keras pydot
Installing pydot and graphviz packages in Anaconda environment

I want to be able to create graphical decision trees in Python, and I am currently trying to install both …

python graphviz anaconda pydot
how to change default font size for graphviz?

I use doxygen + graphviz for documenting my code. graphviz does a nice job of generating images. Is there any way …

doxygen graphviz
Interactive Graphviz graphs in a web application

I am trying to make a few interactive graph visualisations in my Django web application using Python. I found Graphviz …

django web-applications graph graphviz pydot
Graphviz: Putting a Caption on a Node In Addition to a Label

In my Graphviz graph (written in DOT), I want each node to have a label, but in addition to that, …

graphviz dot
Making a Legend/Key in GraphViz

I’d like to include a legend or key in my GraphViz diagram. I’m having trouble figuring out what …

graphviz legend