0
votes
2answers
26 views
Using GraphViz in a WPF application
I want to use GraphViz in my WPF application without installing Graphviz.
Does AT&T (or somebody else) distribute such a DLL?
Thanks,
Kemal
-1
votes
0answers
18 views
Is the GraphViz Mailing List down? [closed]
I cannot access the graphviz-interest archives since 1 week.
Thanks,
Kemal
0
votes
1answer
47 views
GraphViz and ASP.NET
I woud like to generate graphs using GraphViz and display them on an ASP.NET webpage.
What is the best library to use for this?
3
votes
0answers
46 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 pref …
0
votes
1answer
15 views
GraphViz: How to change arrowhead type?
I want to simulate non-directional graphs with .dot. To that end, I want the arrowhead type to be "none". How do I set this?
"f" -> "t" [label=2],[arrowhead=none]
"m" -> "d" …
0
votes
2answers
32 views
Hidden edges in Graphviz
I'm trying to create a graph using Graphviz (complied with neato), and I would like to place nodes in specific locations. For this, I'm specifying exact edge lengths for all edges. …
0
votes
1answer
56 views
Generate pretty image of tree/graph
Hello,
I want to generate a pretty image of my tree/graph data. I had a look at Graphviz, but the renderings are not great. Do you know of a solution that will produce pretty imag …
0
votes
2answers
27 views
How to use Graphviz(image_graphviz) with php array or json to produce dynamic chart
Hello everyone,
I have installed Graphviz and pear image_graphviz in windows WAMPserver. I can draw graph with dot in php now.
But I want to use Graphviz with php array or json. …
0
votes
2answers
22 views
Simple question about image_graphviz
Hello,
I'm trying to display the example of image_graphviz Here, but it doesn't display anything in my page.
Here is my page:
test.php
<?php
require_once 'Image/G …
1
vote
1answer
30 views
graphviz : dynamically creation of node
i m writing a program such that it requires no of nodes to be control by some variable.
is there any way by which we can draw nodes dynamically if no, of nodes is not decided while …
1
vote
1answer
29 views
Right to left edges in dot (Graphviz)
I'm trying to display edges going from right to left (i.e. backwards) using dot:
A <= B => C
The best I could do was:
digraph {
a->b;
c->a [dir="back"];
{rank …
9
votes
12answers
1k views
Visualizing Undirected Graph That’s Too Large for GraphViz?
Hi Everyone,
I was wondering if anyone has any advice for rendering an undirected graph with 178,000 nodes and 500,000 edges. I've tried Neato, Tulip, and Cytoscape. Neato doesn' …
0
votes
1answer
38 views
How to generate multiple levels with GraphViz (Image_Graphviz interface for PHP)
Hi,
i'm trying to generate the following diagram using Image_GraphViz for PEAR. However It only shows a top-level node (with the text "0") and childnodes "1", "2", "3" and "4" dir …
1
vote
4answers
130 views
What language is good to write simple nice GUI apps?
Hi,
I never did to much GUI programming (besides a bit of QT and Delphi).
I need to write simple GUI app which would interactively visualize graphs.
Very similar tool to "GraphViz …
0
votes
2answers
45 views
Graphviz - temporary image fails to open
Hi
I just installed the Graphviz PEAR package in Cpanel and tried running the following script:
(from http://pear.php.net/manual/en/package.images.image-graphviz.example.php )
[? …
