473,385 Members | 1,593 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

graph layout algorithm

Hello,

I am looking for graph layout algorithms.
I am representing a process flow using a graph.
I have the visual representation of nodes and connectors.

I would like to use a graph layout algorithm to represent this
graph.

Pointers to such algorithms (freeware or paid) will be appreciated.

Thanks

Jan 23 '06 #1
4 3081
en*******@yahoo.com wrote:
I am looking for graph layout algorithms.
I am representing a process flow using a graph.
I have the visual representation of nodes and connectors.

I would like to use a graph layout algorithm to represent this
graph.

Pointers to such algorithms (freeware or paid) will be appreciated.


www.google.com
Jan 23 '06 #2

en*******@yahoo.com wrote:
Hello,

I am looking for graph layout algorithms.
I am representing a process flow using a graph.
I have the visual representation of nodes and connectors.

I would like to use a graph layout algorithm to represent this
graph.

Pointers to such algorithms (freeware or paid) will be appreciated.


boost has a graph library of some sort.

Jan 23 '06 #3
* Victor Bazarov:
en*******@yahoo.com wrote:
I am looking for graph layout algorithms.
I am representing a process flow using a graph.
I have the visual representation of nodes and connectors.

I would like to use a graph layout algorithm to represent this
graph.

Pointers to such algorithms (freeware or paid) will be appreciated.


www.google.com


As Victor says, but just because I remember: I think there was something
in DOxygen, and something at Bell Labs / AT&T. For C/C++, I mean.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Jan 23 '06 #4
On 2006-01-23, en*******@yahoo.com <en*******@yahoo.com> wrote:
Hello,

I am looking for graph layout algorithms.
I am representing a process flow using a graph.
I have the visual representation of nodes and connectors.

I would like to use a graph layout algorithm to represent this
graph.

Pointers to such algorithms (freeware or paid) will be appreciated.


Graphviz is very good at graph layout, and can be used as a C library.

http://www.research.att.com/sw/tools/graphviz/

--
Frederic
Jan 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Paul Moore | last post by:
I'm trying to check a graph (represented in the usual Python adjacency list format) for loops. This is dead simple - you use a depth-first search, and look out for "back edges" (edges from a vertex...
25
by: Magnus Lie Hetland | last post by:
Is there any interest in a (hypothetical) standard graph API (with 'graph' meaning a network, consisting of nodes and edges)? Yes, we have the standard ways of implementing graphs through (e.g.)...
2
by: SubNeo | last post by:
hello i have a problem - i need an algorithm which computes the minimum number of disjoint path in a labirynth. but i think that using a graph to do it is a good idea, but all i've found is...
4
by: sasha.mal | last post by:
Hello everybody! Could anyone help with a practical graph isomorphism algorithm, coded in C++ (C would also do), to work with genus bounded graphs of a bounded degree. Currently, any...
8
by: Jef Driesen | last post by:
I'm working on an image segmentation algorithm. An essential part of the algorithm is a graph to keep track of the connectivity between regions. At the moment I have a working implementation, but...
3
by: Amol | last post by:
I am working on an interesting graph optimization problem and I would like to have a few expert opinions for helping me with a solution. So here goes ... I have a black box with a complex...
4
by: Shuch | last post by:
Hi all, I am in shortage of time...and i want to know if someone has a code written in c++ or c for finding the shortest path using stack or queue??????my specifications r as follow: Input...
2
by: sriniwas | last post by:
Hi Frnd's, m using prefuse visulation,it's have one display class and this class have one saveImage(outPutStream, String jpg,double size);. now graph is converting ia jpg image properly.now my...
1
by: Glenton | last post by:
Hi All Here is a very simple little class for finding a shortest route on a network, following Dijkstra's Algorithm: #!/usr/bin/env python #This is meant to solve a maze with Dijkstra's...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.