Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.398.686 Times

Relation Graph software
Filter: All | Freeware | Demo
 

Relation Graph

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.430

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,...



Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: September 23, 2010 | Visits: 2.070

Genealogy Graph Generator Genealogy Graph Generator (GGG) is a set of programs for automatically generating academic genealogy graphs. It tells you who your advisor and your advisors advisor and her advisor and so on are..





Platforms: *nix

License: Freeware Size: 47.1 KB Download (124): Genealogy Graph Generator Download

Added: January 26, 2010 | Visits: 1.203

PostScript::Graph::Style SYNOPSIS Simplest Each time a new object is created the default style will be slightly different. use PostScript::File; use PostScript::Graph::Style; my $file = new PostScript::File(); my $seq = new PostScript::Graph::Sequence(); while (...) { my $style = new...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (123): PostScript::Graph::Style Download

Added: March 21, 2010 | Visits: 1.097

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: July 14, 2010 | Visits: 1.405

Graph::Writer::TGXML Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. SYNOPSIS use Graph; use Graph::Writer::TGXML; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::TGXML->new(); $writer->write_graph($graph,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (119): Graph::Writer::TGXML Download

Added: July 23, 2010 | Visits: 1.455

PHP HTML Graph Class PHP HTML Graph Class is a class for drawing vertical bar graphs using only HTML and CSS. Simple and grouped bars can be created. You can change everything regarding the looks as the output is template-driven. On the fly, you can change the size of graph, the color of all or individual bars, add...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (117): PHP HTML Graph Class Download

Added: January 25, 2010 | Visits: 829

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (116): Devel::Graph Download

Added: August 10, 2008 | Visits: 1.367

Super 2d 3d Graph Library Super 2d/3d Graph Library is probably the best .NET charting component for most users: 39$ or 55$ (lite or premium edition), royalty-free, free email support, same component for web and winforms applications, high degree of personalization, more than 30 different chart styles (2D/3D), advanced...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.6 MB Download (115): Super 2d 3d Graph Library Download

Added: August 20, 2008 | Visits: 1.580

KineticaRT 2D XY Graph .NET Visualization Component KineticaRT .NET Multi-Needle 2D XY Graph Visualization Component, in common with other KineticaRT components, is easy to configure and supports live update (state changes are transferred automatically to/from the connected channel). It is a member of the KineticaRT family of components, which can...


Platforms: Windows

License: Commercial Cost: $90.00 USD Size: 293 KB Download (113): KineticaRT 2D XY Graph .NET Visualization Component Download

Added: March 21, 2006 | Visits: 2.484

2D/3D Area Graph Software 2D / 3D Area Graph provides both a client and server side solution for the incorporation of area graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and interactive area graphs. With many configurable features and...


Platforms: DOS, OS/2, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $49.00 USD Size: 212 KB Download (112): 2D/3D Area Graph Software Download

Added: August 10, 2010 | Visits: 1.519

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph Download

Added: October 14, 2010 | Visits: 1.655

GD::Graph GD::Graph is a graph plotting module for Perl 5. SYNOPSIS use GD::Graph::moduleName; GD::Graph is a perl5 module to create charts using the GD module. The following classes for graphs with axes are defined: GD::Graph::lines Create a line chart. GD::Graph::bars and GD::Graph::hbars...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (111): GD::Graph Download

Added: September 17, 2010 | Visits: 1.032

DGS Graph DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation..


Platforms: *nix

License: Freeware Size: 24.58 KB Download (110): DGS Graph Download

Added: October 18, 2010 | Visits: 1.383

Solaris::Disk::SVM::Graph Solaris::Disk::SVM::Graph is a Perl module for graph your Solaris Volume Manager configurations. SYNOPSIS my $graph = Solaris::Disk::SVM::Graph->new( sourcedir => path/to/dir, # path to SVM config files, # see Solaris::Disk::SVM for details fontname => fontname, fontsize => fontsize, );...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Solaris::Disk::SVM::Graph Download

Added: March 15, 2010 | Visits: 1.917

PHP Advanced Graph and Chart Collection PHP Advanced Graph and Chart Collection software provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and...


Platforms: *nix

License: Shareware Cost: $195.00 USD Size: 1.5 MB Download (108): PHP Advanced Graph and Chart Collection Download

Added: March 01, 2010 | Visits: 1.251

OpenRM Scene Graph OpenRM Scene Graph is a scene graph API that implements fully piplined-parallelized multistage and multithreaded rendering, and uses OpenGL as a graphics platform for hardware acceleration. A scene graph model is a useful way to organize data for rendering in a way that is particularly...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (107): OpenRM Scene Graph Download

Added: March 12, 2010 | Visits: 861

Bio::Graph::SimpleGraph Bio::Graph::SimpleGraph is a Perl module that can create and manipulate undirected graphs. SYNOPSIS use Bio::Graph::SimpleGraph; my $graph=new SimpleGraph; # read pairs of nodes from STDIN while (<>) { my($node1,$node2)=split; $graph->add_edge($node1,$node2); } my @nodes=graph->nodes;...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (107): Bio::Graph::SimpleGraph Download

Added: May 09, 2010 | Visits: 1.310

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Released: March 19, 2012  |  Added: August 12, 2012 | Visits: 1.227

Free Graph Generator Free Graph Generator is a simple bar chart generation tool that lets you create custom bar charts of any size. Edit bar color, bar width, bar title, and bar side label properties.


Platforms: Windows

License: Freeware Size: 16.49 MB Download (105): Free Graph Generator Download

Added: January 25, 2010 | Visits: 1.105

Big Faceless Java Graph Library The Big Faceless Java Graph Library is a Java class library for creating graphs and charts. Version 2 of the Graph Library builds on the same full 3D platform and adds a substantial number of new features requested over the last 5 years. Enhancements include JSP Tag Library interface, to allow...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 1.8 MB Download (105): Big Faceless Java Graph Library Download

< 1 2 3 4 5 >