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.061.316 Times

Generate Graph software
Filter: All | Freeware | Demo
 

Generate Graph

< 1 2 3 4 5 > 
Added: October 18, 2010 | Visits: 1.378

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: February 17, 2010 | Visits: 1.130

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Graph::Writer::DrGeo Download

Added: September 23, 2010 | Visits: 2.064

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: October 25, 2010 | Visits: 1.116

GD::Graph::colour GD::Graph::colour contains colour manipulation routines for use with GD::Graph. SYNOPSIS use GD::Graph::colour qw(:colours :lists :files :convert); The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): GD::Graph::colour Download

Added: October 14, 2010 | Visits: 1.652

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: January 25, 2010 | Visits: 1.098

GENE Graph Export Engine GENE Graph Export Engine is an advanced XML exporter. GENE Graph Export Engine is a complex convertor/framework for multi-namespace XML transforming and exporting. It is able to convert various XML types including SVG, DocBook, MathML, XSL-FO, and their combinations into a wide area of output...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): GENE Graph Export Engine Download

Added: January 07, 2010 | Visits: 1.269

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (152): GD::Graph::Polar Download

Added: March 12, 2010 | Visits: 858

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 (101): Bio::Graph::SimpleGraph Download

Added: March 15, 2010 | Visits: 1.910

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: January 25, 2010 | Visits: 825

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 (110): Devel::Graph Download

Added: January 18, 2010 | Visits: 1.503

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: July 23, 2010 | Visits: 1.452

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: August 18, 2010 | Visits: 1.019

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: January 13, 2010 | Visits: 1.128

Class::Generate Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, # scalar a => @, # array h => %, # hash c => Class, #...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (96): Class::Generate Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.307

Graph Converter Lite Graph Converter Lite Convert all existing paper charts and diagrams to electronic form with this easy to learn program. Just scan the graph, open the image in Graph Converter Lite, calibrate, and the modern algorithm for automatic graphs recognition creates the tables automatically. May be...


Platforms: Windows

License: Freeware Size: 1.92 MB Download (141): Graph Converter Lite Download

Released: March 12, 2012  |  Added: April 02, 2012 | Visits: 1.070

Graph Earth Visualize your data in 3D! Quick, easy and inexpensive. Graph Earth enables management, marketing and other business professionals to create stunning visual representations of their data, all without the time and costs associated with a full-featured GIS. Viewable by Everyone! Create one of a...


Platforms: Windows

License: Demo Cost: $24.95 USD Size: 469 KB Download (96): Graph Earth Download

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

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

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 694

Graph Paper Maker for Mac OS Software that lets you create your own custom sheets of graph paper. You have complete control over the graph characteristics: - X and Y axis can independently be set for linear or log scale, and scaling - Hydraulic scaling for graphing flow vs pressure. - Selection from a dozen standard paper...


Platforms: Mac

License: Freeware Size: 5 MB Download (62): Graph Paper Maker for Mac OS Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 1.007

Generate Random Number Generate Random Numbers with random Number Generator Software with in single click. Generate list of random numbers with having suffix & prefix with the numbers. Random Number List generator allow you to create sequential list (serial list) and constant value list also. Random numbers can be edit...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 962.56 KB Download (69): Generate Random Number Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 507

FX Graph FX Graph software was created to be a simple, easy to use, but powerful, graphing program. Most graphing packages offer powerful features but they are difficult to learn, difficult to teach and difficult to use. Many schools spend more time teaching students how to use the program rather than...


Platforms: Windows

License: Shareware Cost: $43.48 USD Size: 4.2 MB Download (515): FX Graph Download

< 1 2 3 4 5 >