Graphviz is a rich set of tools which is used to render many types of graphs.
Questions tagged [graphviz]
6 questions
10
votes
1 answer
Visualizing dependencies coded up in makefiles as a graph
Closely related to How to display dependencies given in a makefile as a tree? But the answers given there is not satisfactory (i.e. do not work).
Is there a tool to visualize the Directed Acylic Graphs (DAGs) coded up in standard Makefiles? eg, a…
Dr Krishnakumar Gopalakrishnan
- 395
- 2
- 14
5
votes
1 answer
How do I add color to a graphviz graph node?
Here is the code for the graph I currently have:
graph Budget {
Country_Budget -- Profit_and_Loss_Account [type=s];
Country_Budget -- Balance_Sheet [type=s];
Profit_and_Loss_Account -- Income [type=s];
Profit_and_Loss_Account --…
shirish
- 11,967
- 27
- 107
- 190
3
votes
1 answer
How to set default font, or default style in Graphviz's Dot language
It seems, every tutorial every example scripts explicitly states what font should be used for each node/arrow.
Instead, I'd like to specify default font which all arrows and nodes use only once (may at the beginning of file, or maybe separate style…
Garid Z.
- 500
- 2
- 12
1
vote
1 answer
Debian editor with syntax highlight for DOT language
I'm looking for a Debian editor with syntax highlight for the DOT language.
GattoVizzato
- 27
- 1
0
votes
0 answers
Seemingly correct Graphviz source produces error when rendering
I've got into a peculiar situation. I've installed two versions of Graphviz in two environments: 2.44.1 on Windows, and 2.40.1 on Debian. The graph I've generated produces identical sources on both, but its rendering fails on Debian with Syntax…
Felix
- 123
- 1
- 5
0
votes
1 answer
How to Set the Newer Version of dot (a tool of graphviz)?
I wanted to use doxygen 1.8.5 on CentOS 7 which uses dot to produce graphs of source codes. dot is a tool of graphviz package. I downloaded graphviz 2.42 and installed it by going through the following steps: (1) ./configure (2) make, and (3) make…
Arghavan Mohammadhassani
- 121
- 1
- 3
- 12