Sponsored Content
Full Discussion: Dtabase
Top Forums Shell Programming and Scripting Dtabase Post 94756 by linuxpenguin on Tuesday 3rd of January 2006 05:27:08 PM
Old 01-03-2006
go to iiug.org for informix forums.
Alternatively try "sams publication for informix" on google and you get the most and the best and I dare say a complete guide to informix.
Easy way, put your question more cleanly to me and I will answer it, I work as an informix DBA too Smilie
 
Graph::Easy::Layout::Force(3pm) 			User Contributed Perl Documentation			   Graph::Easy::Layout::Force(3pm)

NAME
Graph::Easy::Layout::Force - Force-based layouter for Graph::Easy SYNOPSIS
use Graph::Easy; my $graph = Graph::Easy->new(); $graph->add_edge ('Bonn', 'Berlin'); $graph->add_edge ('Bonn', 'Ulm'); $graph->add_edge ('Ulm', 'Berlin'); $graph->layout( type => 'force' ); print $graph->as_ascii( ); # prints: # +------------------------+ # | v # +------+ +-----+ +--------+ # | Bonn | --> | Ulm | --> | Berlin | # +------+ +-----+ +--------+ DESCRIPTION
"Graph::Easy::Layout::Force" contains routines that calculate a force-based layout for a graph. Nodes repell each other, while edges connecting them draw them together. The layouter calculates the forces on each node, then moves them around according to these forces until things have settled down. Used automatically by Graph::Easy. EXPORT
Exports nothing. SEE ALSO
Graph::Easy. METHODS
This module injects the following methods into Graph::Easy: _layout_force() Calculates the node position with a force-based method. AUTHOR
Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>. See the LICENSE file for information. perl v5.14.2 2011-12-23 Graph::Easy::Layout::Force(3pm)
All times are GMT -4. The time now is 01:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy