Chart-Graph
view release on metacpan or search on metacpan
doc/graph_xmgrace.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Chart::Graph::Xmgrace</title>
<link rev="made" href="mailto:root@gohan24.freebsd.org" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#arguments">ARGUMENTS</a></li>
<li><a href="#examples">EXAMPLES</a></li>
<ul>
<li><a href="#general_example">GENERAL EXAMPLE</a></li>
<li><a href="#nonstacking_regions">NON-STACKING REGIONS</a></li>
<li><a href="#multiple_data_sets_in_matrix_form">MULTIPLE DATA SETS IN MATRIX FORM</a></li>
</ul>
<li><a href="#more_info">MORE INFO</a></li>
<li><a href="#contact">CONTACT</a></li>
<li><a href="#author">AUTHOR</a></li>
<li><a href="#see_also">SEE ALSO</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>Chart::Graph::Xmgrace</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
use Chart::Graph::Xmgrace qw(xmgrace);
xmgrace(\%global_options, [\%data_set_options, \@matrix],
[\%data_set_options, \@x_column, \@y_column],
[\%data_set_options, < filename >], ... );</pre>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>The function <code>xmgrace()</code> is part of the module Chart::Graph that lets
you generate graphs on the fly in perl. It was written as a front-end
application to Xmgrace for hassle-free generation of graphs. <code>xmgrace()</code>
can be supplied with many of the same options and arguments that can
be given to Xmgrace (the UNIX program that evolved from xmgr). For
more information on Xmgrace see the end of this documentation.</p>
<p>
</p>
<hr />
<h1><a name="arguments">ARGUMENTS</a></h1>
( run in 1.326 second using v1.01-cache-2.11-cpan-df04353d9ac )