dot
vizualize a string
Submitted by beti on Thu, 01/24/2013 - 18:23Hello !
I'm new to graphiz, so I'm facing with this little problem. I try to visualize this kind of graph as below but the " are the problem. strings or the name as below having the sign " are divided and not showed as one string. for example the name Vinod" Menezes it shouldd be showed as one string and not divided. how to solve?
digraph G {
" Aatmesh"->"Vinod" Menezes";
" Aatmesh"->"Karthik Rajagopal";
" Abha"->"S. Chandra";
" Abha"->"Suresh Chandra";
}
cluster changes nodes order ??
Submitted by tamar_a_roulettes on Mon, 01/07/2013 - 14:40Hi,
I am facing a strange behaviour; with the following specification, nodes are drawn, from left to right, 0 then 1:
graph "test0" {
0;
1;
}
But with a cluster, the nodes are drawn 1 then 0:
graph "test1" {
subgraph cluster0 {
graph [style=invis];
0;
1;
}
}
How could you explain that and ensure the order the nodes are drawn could be mastered ?
Thanks
different ports are located exactly at the same place
Submitted by tamar_a_roulettes on Wed, 12/05/2012 - 14:12Subgraph with different rankdir
Submitted by crush on Tue, 12/04/2012 - 06:04Hello community,
is it possible to change the rankdirection in various subgraphs? I' ve already tried, but it doesn't work. For example: I have levels, rooms and object in the room. I want to display the levels top to bottom (TB). A level is a subgraph whith contains various rooms, they should be arranged left to right (LR). The objects in the rooms should be arranged TB. And here is an excerpt of my code:
digraph relation {
size="10,70"
rankdir=TB
nodesep=0.7
...
..
.
subgraph cluster_firstlevel{rankdir=LR label="Level 1" fontname=...
General approach for using graphviz in C#-Project?
Submitted by Koljan777 on Mon, 11/05/2012 - 08:55Hello everbody,
I'll use GraphViz (dot) in my C#-Project. Actually, I'm already using dot as command-line application. Now, I'll include dot in my project, so I don't need to _install_ GraphViz on the target PC. In my opinion, possible purposes are to create a wrapper class or connect graphviz dll as a COM-object. It is possible? Do dot exists as dll-file?
Which is the best possibility to use dot in C# (excepting command-line call to installed dot application)?
Thank you for all kind of information.
Kind regards.
svg and cmap coordinates seem inconsistent
Submitted by tamar_a_roulettes on Thu, 09/20/2012 - 10:47Hi,
I am facing an issue with generating a SVG output file and a related map file with the following dot file:
digraph "test" {
graph [rankdir=TB compound=true fontsize=10 fontname=Arial remincross=true start=self splines=true];
node [shape=rect height=0.7 margin=0.2 color=black fontsize=10 fontname=Arial];
edge [color=black fontsize=10 fontname=Arial];
layout=dot overlap=false;
0 [href=0 label=<Root Logical Function > height=0.2 style=filled fillcolor=lightgrey penwidth=3];
}
html markup in tooltips
Submitted by Ruud on Wed, 09/19/2012 - 12:24Hi,
I tried to use html markup in tooltips generated by use of the tooltip attribute in the dot language. But in the map generated by dot its always encoded and will not be rendered by the browser. Any suggestions ?
Images in nodes, label below
Submitted by crush on Mon, 08/13/2012 - 02:15Hallo, i want to diplay images in my nodes, just similar to the Kennedy family tree in the gallery.
how to compress a graph?
Submitted by odbo on Mon, 08/06/2012 - 08:44I some time get a bigger than neccesary layout when applying labels to edges how do I avoid that?
in the following example the space between ab1 and ab2 is unneccessary large
Example:
digraph{
rankdir=LR
a->ab1->ab2->b
a->b[label=between]
}
digraph{
rankdir=LR
c->cd1->cd2->d
c->d
}
Dot.exe not running under windows 2003 server
Submitted by Klausency on Mon, 06/18/2012 - 06:36I'm using Graphviz 2.28.0 and everything seemed to be working (I use dot.exe to get a PNG picture from text discription) on my test machine running Windows 2003. But when I tried to run the same dot.exe on other machine runnig Win 2003 I got an error like "The system cannot execute the specified program."
Any ideas why could that be?

Recent comments
11 hours 11 min ago
12 hours 20 min ago
12 hours 44 min ago
12 hours 46 min ago
6 days 11 hours ago
6 days 13 hours ago
1 week 16 hours ago
1 week 18 hours ago
1 week 1 day ago
1 week 1 day ago