Quantcast
Channel: Graphviz - Graph Visualization Software - dot
Browsing all 31 articles
Browse latest View live

Display of Very Large/Wide Graph

Hello,I'm dealing with a graphics hierarchy (SceneGraphs), and I want to display it. I've already figured out how to get the code to automatically generate; displaying is my main issue.I recently...

View Article



Limit for sametail/samehead definitions number in DOT ?

Hi,I tried to draw hierarchical graphs with dot, involving a limited number of nodes (about 30), but with more than 100 edges and, especially, many edges having to start from same points. So I used...

View Article

Is there a limit for sametail definitions number in DOT ?

Hi, could someone find out why the following example produces an error with dot, whereas it works fine when removing the last line (or replace T6 with T5, for example)? digraph "test" { Node0 ->...

View Article

charset problem with graphviz windows version

I have created a graphviz file from which I create a PDF, with the following command: dot <inputfile> -T pdf -o <outputfile> If I create my PDF everything looks fine but if I send this PDF...

View Article

Subgraph with different rankdir

Hello 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...

View Article


different ports are located exactly at the same place

Hi, Within the following example, I am enable to distinguish port1 and port2. digraph "test"{ node [shape=rect margin=0.2]; A->B [sametail=port1] A->C [sametail=port1] B->A [samehead=port2]...

View Article

Cluster attribute 'id' in dot?

I'm playing around with a compiled javascript version of Graphviz (viz.js).The dot language looked more web2.0 as I thought it would. But, I was wondering why there is chosen for clusters not being...

View Article

simple graph worked in 2.29 but not since 2.30

Hi,I installed release 2.30 a few days ago and I juste isalled 2.31.20130218.The following simple exemple is not renderred whereas it was with a old 2.29 I installed 1 year ago:digraph "test " {...

View Article


Edge between rows in record overlaps entire record

Attached is my code (record_upload.txt) and the output (record_upload.png). The line from 130853 to 130843 overlaps the entire "function2" node. How can I prevent it from doing this?

View Article


dot file created from schemaspy wont render

I have been using dot in conjunction with schemaspy to create database relationship diagrams. dot is hanging on some diagrams. I have looked at a number of diagrams and cannot see any obvious...

View Article

How to Force layering in DOT?

Hi, I am trying to organize blocks on following layers: Web Layer and Integration Layer first Services Layer second Data Layer third I am using below dot file. As you can see I have layers...

View Article

Help with embedding svg files

Hello everyone,I'm trying to create a graph that has svg images embedded within it, and then output the whole thing as an svg image, and I've been running into some issues.I'm using graphviz version...

View Article

Windows 7 graphviz not working

Hi,Graphviz conversion was working for XP but I upgraded to W7 and now getting the following error:Warning: shockShockS1Callee.dot:2: syntax error in line 2 near '.3'The content of the...

View Article


Fixed node positions in cgraph

I'm using Graphviz and cgraph to layout some graphs and, for some cases, I already know the positions I want my nodes to be at (as they form a subgraph of a bigger graph).Using the dot command line...

View Article

Distribute only dot processor

Hi,We are using dot from command line to generate graphs on Windows 7. The graphs we are working are precedence graphs and are always directed graphs. What are files that should be included in the...

View Article


Rank between cluster

Hi,i use dot to draw a structure for my program. i want "loader module" cluster more closer in vertical. digraph infterface  { labelloc = true; node [shape="record", color="skyblue"]; edge...

View Article

SVG file hover over node text

HiCan anymore help.I want to display a Node with text for example 'Office' , but when you hover mouse over it, to bring up more information, for example "Office 555-122" as at the moment can only seem...

View Article


error message

Hello group...I am new here, and this is my first post.I have searched google, and this site with no success.Here is the error message...read more

View Article

dot loops forever for my graph

The subsequent example sends dot seemingly into an endless loop. If I remove some parts, in particular the last edge, then it would work. Maybe, dot does not find space for the edge labels?Some of the...

View Article

Layers for presentations

Hi,read more

View Article
Browsing all 31 articles
Browse latest View live




Latest Images