Chart::Graph::Xrt2d 3.2 review

Download
by rbytes.net on

Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d);

License: Perl Artistic License
File size: 246K
Developer: CAIDA Perl development team
0 stars award from rbytes.net

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 Sitraka's XRT, and hasn't been tested against newer versions.

Sitraka (now Quest) makes a number of graphics packages for UNIX systems. XRT is a Motif-based commercial software product that has been adapted by CAIDA using a combination of C drivers and Perl function xrt2d(). The Perl function xrt2d() provides access to the two dimensional graphing capabilities of XRT from Perl. To access the three dimensional graphing using XRT, use xrt3d() also supplied in the Chart::Graph package.

Requirements:
Perl

Chart::Graph::Xrt2d 3.2 search tags