Chart::Graph::Xrt3d 3.2 review
DownloadChart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d
|
|
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