Quantcast
Channel: Graphviz - Graph Visualization Software - General Discussion
Browsing all 516 articles
Browse latest View live

Tcldot in 2.30.1

I am new to this form, but am a long time Graphviz user, mostly using Graphviz via the Tcldot package. The company I work for has several internal tools that use Graphviz/Tcldot. Over time many of the...

View Article


Determining Bezier splines that are part of a concentrated edge in attributed...

My attributed dot files are generated with concentrate=true so each Bezier spline is only listed in one edge, even though it might be logically part of many edges.Is there any way to determine from an...

View Article


Api for Java

Hello,For portability reasons I would like to use Graphiz trought Java without installing GraphViz. How can I do this?Thank you very much!

View Article

Java api

Hello I would like to use GraphViz trough a java program without installing GraphViz, is it possible?Thank you!

View Article

Memory leek or missing some dispose function?

Hi, I made program to calculate node position for topology running the graphviz using dll import in C#. I try to test this code if I hadn't memory leek in unmanaged code. And I have unclear results. I...

View Article


Missing Dependency issue.

I am trying to install graphviz using yum install 'graphviz*' but i gives me lot of dependency errors as follows. Can someone help me here.Error: Missing Dependency: libstdc++.so.6(CXXABI_1.3)(64bit)...

View Article

How to make GraphVis optimize graph like the following

I have a msc like graph like below example where dot aparently make non optimal layout is there a way to optimize this without manualy inverting some of the edges? By optimize I mean make callA appear...

View Article

How to specify the thickness of edges ?

I'd like the set the thickness of dot file, but could not find the attribute. Anyone know that ? Thanks

View Article


Create subgraph without an additional node

Hello everyone,I am somehow new to Graphviz, used it for a little while, but don't know some advanced features.Here is what I want: I want to create a subgraph without creating an additional node. Now...

View Article


Aligning subgraphs

Hello,This graph creates two boxed columns, each with three nodes. However, the tops of the boxes do not align. Can someone offer a suggestion?digraph default {// label at top center followed by a...

View Article

Edge goes through a subgroup label

Hello,I am using subgroups and splines=ortho. My edge from Start to Calculate Options goes through the EBS label. I am wondering if there is a way to prevent this?digraph Graphviz_Subgroup_1 { //...

View Article

How to transform/scale GV ordinates to PNG ordinates

Hi,I've have been trying to generate a Graphviz graph, to be displayed on a web page and then overlay clickable regions onto the image so that I can click on particular nodes and do something clever...

View Article

Extending xlib (AKA x11) "lang"?

I have just discovered for myself the xlib output "language" dot supports. It is actually very nice because of its performance if used e.g. with http://github.com/esc/git-big-picture to visualize hairy...

View Article


Syntax error in graph created by networkx, cannot run dot or neato

Hello, I am unable to visualize this graph created by NetworkXX (attached). It only has 60 nodes and 76 edges, but I suspect that the edge annotation data is too long for graphviz.Using this command:...

View Article

Boxes in boxes : intersection

Hello,I would like to have a graph with boxes into boxes, but the problem is that some boxes own common nodes, and in the same time some nodes in one box aren't in the other one.For exemple : Box 1 :...

View Article


Image may be NSFW.
Clik here to view.

UML Composite Component

There is a way to create a UML Component graph with facets, receptacles and connections? Something like .NET Component graph.  I was trying something like:read more

View Article

neato “failure to create cairo surface”

I am receiving this error:>neato house.dot -Tgif -o house2.gif -Tdot -o x.dot neato: failure to create cairo surface: out of memory>neato -V neato - graphviz version 2.30.1 (20130214.1330)I have...

View Article


Images within nodes (scaling etc)

Sorry if this message shows up somewhere else. I'm having a little trouble following the clues found here: http://www.graphviz.org/content/images-nodes-label-below Whose attribute is the fixedsize? The...

View Article

Access violation while running dot on small graphs

Running dot 30.1 on the graph definition below generates an access violation. Please note if the last edge is removed, running dot ends successfully. Is there a anything wrong with the definition...

View Article

C and Graphviz

I'm working on a fuzzy pattern recognition system where, fuzzy relations, are represented by matrices.We can look at such fuzzy matrices as adjacency matrices for directed graphs.What I need to do is...

View Article
Browsing all 516 articles
Browse latest View live