Chart::Graph
Details
| Size: | 246K |
| Last Update: | 2008-05-14 23:53:52 |
| Version: | 3.2 |
| OS Support: | Linux |
| License/Program Type: | Perl Artistic License |
| Publisher: | CAIDA Perl development team |
| Price: | $0.00 |
Description:
Chart::Graph 3.2 is libraries software developed by CAIDA Perl development team.
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],
[%data_set_options, < filename >], ... );
EXAMPLE: Xmgrace
make sure to include Chart::Graph
use Chart::Graph::Xmgrace qw(xmgrace);
xmgrace(%global_options, [%data_set_options, @matrix],
[%data_set_options, @x_column, @y_column],
[%data_set_options, < filename >], ... );
EXAMPLE: xrt2d
make sure to include Chart::Graph
use Chart::Graph::Xrt2d qw(xrt2d);
xrt2d(%options, @data_set);
say for example we have a 3 by 4 matrix -> dataxy
xrt2d(%options,
[[data11, data12, data13, data14],
[data21, data22, data23, data24],
[data31, data32, data33, data34]])
EXAMPLE: xrt3d
make sure to include Chart::Graph
use Chart::Graph::Xrt3d qw(xrt3d);
xrt3d(%options, @data_set);
say for example we have a 3 by 4 matrix -> dataxy
xrt3d(%options,
[[data11, data12, data13, data14],
[data21, data22, data23, data24],
[data31, data32, data33, data34]])
use Chart::Graph;
Graph.pm is a wrapper module that allows easy generation of graphs within perl. Currently Graph.pm supports three graphing packages, gnuplot, XRT, and Xmgrace. These software packages must be obtained separately from this Perl module. Information on each graphing package and it's availability is provided in the documentation on that module. Gnuplot and Xmgrace are freely available software pages for UNIX systems. XRT is a commercial product.
Currently the xrt3d and xrt2d package is not being supported, although it works. It is still in the development stage. Feel free to give it a try though.
Requirements:
Perl
Chart::Graph 3.2 supports different languages (including english). It works with Linux.
Downloading Chart::Graph 3.2 will take several seconds if you use fast ADSL connection.
0 comments
Add to
Chart::Graph Version History
Related Software
|
|
From category: Libraries |
| CGI::WeT::Modules::Basic 0.71 is libraries software developed by CGI::WeT Team. CGI::WeT::Modules::Basic is a basic rendering engine extensions. SYNOPSIS use CGI::WeT::Modules::Ba... |
|
|
From category: Libraries |
| Bio::Tools::AlignFactory 1.4 is libraries software developed by Bio Perl Team. Bio::Tools::AlignFactory is a base object for alignment factories. SYNOPSIS You wont be using this as an... |
|
|
From category: Libraries |
| Chart::Graph::Xrt3d 3.2 is libraries software developed by CAIDA Perl development team. Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS Include module \... |
|
|
From category: Assembler-Tools |
| Dwarf Server Framework 1.3.0 is assembler tools software developed by Gnome Ltd.. Dwarf Server Framework is a Java technology-based framework for developing network server applications. The... |
|
|
From category: Libraries |
| Audio::TagLib::Tag 1.42 is libraries software developed by Dongxu Ma. Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. This is an attempt to abstract away... |
|
|
From category: Libraries |
| cgixx 1.07 is libraries software developed by Isaac W. Foraker. cgixx is intended as a modern CGI library for ISO standard C++ compilers. The focus of the cgixx library is not for the genera... |
|
|
From category: Libraries |
| UCommon is a lightweight C++ library to facilitate using C++ design patterns.... |
|
|
From category: Libraries |
| Expat 2.0.0 is libraries software developed by James Clark. Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse. \... |
|
|
From category: Quality-Assurance-and-Testing |
| AntiCutAndPaste 1.4 is quality assurance and testing software developed by ACNP Software. AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming la... |
|
|
From category: Perl-Modules |
| OurCal::Setup is a Perl tutorial about how to set up OurCal.... |
|
|
From category: Libraries |
| DBIx::HTMLinterface 0.11 is libraries software developed by Ron Crisco. DBIx::HTMLinterface is a class for creating a CGI interface to a database. SYNOPSIS use CGI; use DBI;... |
|
|
From category: Libraries |
| Bio::Tree::NodeNHX 1.4 is libraries software developed by Aaron Mackey. Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX;... |
|
|
From category: Libraries |
| Flickcurl is a C library for the Flickr API.... |
|
|
From category: Libraries |
| ff javascript library 1.1 is libraries software developed by fforw. ff javascript library is a minimal library meant to develop real-life Javascript-enabled Web sites. ff javascript library offers... |
|
|
From category: Perl-Modules |
| Pod::Tidy is a reformatting Pod processor.... |
Leave a comment