Tagged Questions

DOT is a plain text graph description language.

learn more… | top users | synonyms

69
votes
6answers
9k views

Haskell: difference between . (dot) and $ (dollar sign)

Can anybody explain what the difference is in Haskell between the dot (.), and the dollar sign ($). As I understand it, they are both syntactic sugar for not needing to use parentheses.
17
votes
2answers
5k views

GraphViz - How to connect subgraphs?

In the DOT language for GraphViz, I'm trying to represent a dependency diagram. I need to be able to have nodes inside a container and to be able to make nodes and/or containers dependent on other ...
15
votes
4answers
4k views

Family tree layout with Dot/GraphViz

I am trying to draw a family tree with Dot and GraphViz. This is what I currently have: # just graph set-up digraph simpsons { ratio = "auto" mincross = 2.0 # draw some nodes "Abraham" ...
11
votes
3answers
9k views

How to remove all annotations from mkmapview without remove the blue dot IPHONE

I would like to remove all annotations from my mapview without the blue dot of my position, when I call: [mapView removeAnnotations:mapView.annotations]; all annotations are removed.... in which ...
10
votes
2answers
3k views

Graphviz, changing the size of edge

How to change the size of edge in dot (graphviz)? I would like to make some edges "bolded". Thanks.
9
votes
3answers
2k views

How to control node placement in graphviz (i.e. avoid edge crossings)

I'm using graphviz (dot) to generate the graph you can see below. The node in the lower left corner (red ellipse) causes annoyance as its edges cross several edges of the adjacent node. Is there a way ...
7
votes
1answer
540 views

How to place edge labels ON edge in graphviz

By default in Graphviz, edge labels are placed just to the right of the edge. I'm looking for a way to place the labels OVER the edge, centred on the edge. (It'll still be readable because I'm ...
7
votes
6answers
5k views

JavaScript dot notation

The following line is apparently written best in dot notation. I am trying to clean my JavaScript code to make it strict. What does it mean? if (ie||ns6) { var tipobj=document.all? ...
6
votes
1answer
392 views

Graphviz can't find any fonts

I'm getting "Could not find/open font" errors when doing anything with graphviz. I've been narrowing it down to an as simple graph as possible, in the file simplest.dot: digraph G { node1 } When ...
6
votes
1answer
1k views

Prevent overlapping records using graphviz and neato

I am building a dot file to represent computer hardware and the physical connections to a network switch and displays. I have it looking ok when processed by the dot program but I think I really want ...
5
votes
5answers
2k views

Java array argument “declaration” syntax

I have been writing java for a while, and today I encountered the following declaration: public static void main(String... args) { } Note the "dot dot dot" in the array declaration, rather than ...
5
votes
1answer
171 views

How to set fixed depth levels in DOT graphs

I'm creating a DOT graph visualization from a tree-like data structure but am having difficulties setting fixed level depths based upon data type. For example, if I had 4 nodes in a tree and A ...
5
votes
2answers
2k views

What is the meaning of “..::.” in C#?

I saw this signature on the ListView class: public ListView..::.ListViewItemCollection Items { get; } When I saw that, "What?!" I searched "dot dot colon colon dot" and "..::." on Google with no ...
4
votes
4answers
114 views

A problem about dot operator in PHP

I thought I've known the String Operator . well enough until I was asked a question about it today. The question looks quite simple: echo 100...100; At the first glance I thought it would make a ...
4
votes
2answers
320 views

How can I get dot to draw connected subgraphs side by side?

This is what the generated graph looks currently: And here is the code for this: digraph { rankdir=TB; subgraph cluster01 { label="1.fázis" aSTART; node [shape = doublecircle]; ...
4
votes
2answers
679 views

Forcing “main line” nodes into a straight line in Graphviz (or alternatives)

I'm trying to use Graphviz dot (but am willing to use something else) to generate a graph with a long "main line" of nodes, and many small branches. I'd like the main line to be straight from left to ...
4
votes
2answers
161 views

Is it possible to exclude '.' (ie. current dir) from PHP's include path?

From perusing the comments at http://php.net/manual/en/function.set-include-path.php , it seems to me that '.', or rather basename(__FILE__), is always implicitly added to PHP's include path. Is it ...
4
votes
2answers
356 views

Graphiz: how to set 'default' arrow style?

Consider this dot language code: digraph graphname { subgraph clusterA { node [shape=plaintext,style=filled]; 1 -> 2 [arrowhead=normal,arrowtail=dot]; 2 -> 3 -> ...
4
votes
5answers
359 views

What is the “correct” way to initialize a C# delegate?

C# delegates have always been difficult for me to grasp and so I was very happy to stumble across logicchild's article on The Code Project web site titled "C# Delegates: Step by Step". He has a very ...
4
votes
2answers
533 views

graphviz dot: how to insert arrows from a node to center of an arrow

I try to create diagrams for MPLUS analyses with dot from the graphviz package. Does anybody have experience with using dot to visualize structural equation models/latent class mixture models? There ...
4
votes
3answers
6k views

Is there a way to change page indicator dots color

I am newbie to iphone programming, I am trying to develop an app which uses page control. My view's background color is white and page controllers default one is also white, which makes page control ...
4
votes
2answers
2k views

Graphviz DOT arrange Nodes in circles, layout too “compact”

I'm halfway there please see the edit OK here's my problem, I'm generating a graph of a python module, including all the files with their functions/methods/classes. I want to arrange it so, that ...
4
votes
1answer
2k views

How to force all nodes in the same column in graphviz?

I'm trying to model a certain flow using graphviz, and I can't figure out how to model the following graph to share the same horizontal center digraph exmp { A -> B -> C -> D C -> E ...
4
votes
3answers
1k views

Does the dot Directed Graph allow for subgraphs with a different rankdir?

Using the dot directed graph language, is it possible to create subgraphs with a different rankdir? I tried the following, which didn't work. Both graphs were left to right, despite the presence of ...
3
votes
1answer
47 views

Permit overlapping edges in graphviz

Background Use graphviz to create an Organizational Chart. Problem By default dot creates the following diagram: The desired output combines the edges so that they overlap, with elbow ...
3
votes
1answer
224 views

Interactive directed graphs with SVG and Javascript

I have to add some interactive features to SVG directed graphs. So far the graphs I want to show are generated from a dot file and rendered as SVG. I'd like to know if there is some easy way to add ...
3
votes
1answer
55 views

Dot syntax & synthesize

I was wondering if synthesize has some sort of support for dot syntax. My goal here is just to learn more about it - I realize I can achieve the goal by defining the getter myself. I have been ...
3
votes
1answer
144 views

Tighten the dot graph making it more symmetric

I compile the following graph with: dot graph.dot -Tpdf -ograph.pdf, producing: The result is okay, but the state transition look a lot like a spagetthi monster and I have no clue what I could do ...
3
votes
1answer
1k views

How to force node position (x and y) in graphviz

I am trying to force position of nodes. I have x and y coordinates of my nodes and its also directed graph. I can use the rank=same to handle row (y coordinate), but can't figure out how I can handle ...
3
votes
1answer
241 views

parse multiple digraph in one dot file

I'm trying to process and render some graph in DOT format. The dot file I have is large (~300MB), and it contains multiple digraphs digraph 1 {...} digraph 2 {...} digraph 3 {...} I have got 2 ...
3
votes
1answer
207 views

Is there a DOT bundle for TextMate?

Is there such a thing as a DOT bundle for TextMate?
3
votes
1answer
712 views

Objective-C - define an enum than can be dot called like ENUMTYPE.ENUMVAL

I've read many things about enum types in objective-c, and I see there is many ways to define them. But I don't see the right way (if there is one) to define an enum that can be called with ...
3
votes
1answer
642 views

Is there a jQuery plugin for Dot language file visualization?

Is there a jQuery plugin for displaying Dot files live in the browser as specified here? I've seen a proof of concept at Visual Politics, but it doesn't seem to fully support the Dot language as even ...
3
votes
1answer
233 views

Lining up multiple short nodes in parallel with a single tall node in GraphViz

I want to generate something like this - the alignment of the nodes is the important thing, not the angle of the edges: +--------------+ | | +--------------+ | | V V ...
3
votes
1answer
734 views

Dot graph language - how to make bidirectional edges?

Here is a very simplified example of my Dot graph: strict digraph graphName { A->B B->A } This creates Instead I want a single edge shown between A and B but with a double arrow head. I ...
3
votes
2answers
2k views

subgraph cluster ranking in dot

I'm trying to use graphviz on media wiki as a documentation tool for software. First, I documented some class relationships which worked well. Everything was ranked vertically as expected. But, ...
3
votes
3answers
2k views

Force git to add dotfiles to repository

How can I add files starting with dot (hidden files) in git repo? Git seems to always ignore those. When I type "git add .", dotfiles in GIT_DIR are added, but not from subdirectories. On the other ...
3
votes
2answers
964 views

Node layering in Graphviz

I'm creating a graph using Graphviz (compiled with neato). This graph contains many overlapping nodes which is perfectly fine. However, there is a group of large nodes which I prefer to always be on ...
3
votes
5answers
1k views

Difference between “,” and “.” in PHP?

I just found that something like echo $value , " contiue"; will work,but this not : return $value , " contiue"; While "." works in both occasions.
3
votes
3answers
1k views

How do I set the resolution when converting dot files (graphviz) to images?

I tried $ dot -Tpng rel_graph.gv > rel_graph.png but the resulting image has a very low quality.
3
votes
1answer
2k views

size of node with shape=circle

i'm trying to set the size of the nodes this way: controller[shape=circle,width=.5,label="Controller",style=filled,fillcolor="#8EC13A"]; But all three nodes are with different size. How can i set ...
3
votes
1answer
2k views

Controlling Layout of Graphviz Graphs

I have a number of relatively simple (auto-generated) graphs in graphviz dot format. These show the path through a state machine, but dot has a slightly confusing habit of deciding that two nodes ...
3
votes
2answers
3k views

GraphViz edge labels

I'm trying to draw a graph of the dependencies between C header files using graphviz. Basically, what I'm doing is log all the #include that appear and the condition (#if conditions I mean). If a ...
2
votes
1answer
73 views

Graphviz and Curly/Wavy lines

Is there a way to get curly/wavy lines between two nodes in graphviz/dot?
2
votes
1answer
164 views

Block diagram layout with dot/graphviz

I'd like to implement the following mockup with dot: So far I've got this much: digraph G { graph [rankdir = LR, splines=ortho] unit [shape=box, width = 2, height = 10]; more_different_unit ...
2
votes
1answer
94 views

Graphviz subgraph doesn't get visualized

I'm trying to create a graph with two subgraphs in dot. The code is as follows: digraph G { subgraph step1 { style=filled; node [label="Compiler"] ...
2
votes
1answer
61 views

How do I generate an SVG file without the <title> element?

I am using dot to generate SVG files but I'd like to remove the element from its nodes since I am using a script to show other information at mouse over. Is it possible to tell dot not to generate ...
2
votes
1answer
428 views

GraphViz Node Placement and Rankdir

I'm having very good luck with graphviz and have been able to make nearly every graph that I need. I'm trying to duplicate this: http://en.wikipedia.org/wiki/File:ICS_Structure.PNG as faithfully as ...
2
votes
0answers
85 views

Grappa Graphviz dot-Visualization Problem and Questions

i am using this dot-Code for my Test: digraph G { edge [dir=none]; p1 [shape=circle,style=filled,label="",height="0.01",width="0.01"]; q1 ...
2
votes
2answers
122 views

Generate a .DOT file from a RDF file

Hi, I have an RDF file, from which I would like to generate the .Dot file. I know that plugin OWLViz for Protégé allows to view the graph, but in my case this is not satisfactory because I cannot ...

1 2 3 4