Chart::Graph::Xrt3d 3.2 review

Download
by rbytes.net on

Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d

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

Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts.

SYNOPSIS

#Include module
use Chart::Graph::Xrt3d qw(xrt3d);

# Function call
xrt3d(%options,
@data_set
);

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 xrt3d(). The Perl function xrt3d() provides access to the three dimensional graphing capabilities of XRT from Perl. To access the two dimensional graphing using XRT, use xrt2d() also supplied in the Chart::Graph package.

Requirements:
Perl

Chart::Graph::Xrt3d 3.2 keywords