Chart-Graph

 view release on metacpan or  search on metacpan

Graph.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</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="#installation">INSTALLATION</a></li>
	<li><a href="#usage">USAGE</a></li>
	<ul>

		<li><a href="#general_diagnostics_and_tools">GENERAL DIAGNOSTICS AND TOOLS</a></li>
	</ul>

	<li><a href="#content_summary">CONTENT SUMMARY</a></li>
	<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 - Perl extension for a front-end to gnuplot, XRT, and Xmgrace.</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
 # EXAMPLE: gnuplot
 #make sure to include Chart::Graph
 use Chart::Graph:Gnuplot qw(gnuplot);</pre>
<pre>
 gnuplot(\%global_options, [\%data_set_options, \@matrix],
                           [\%data_set_options, \@x_column, \@y_column],
                           [\%data_set_options, &lt; filename &gt;], ... );</pre>
<pre>
 # 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, &lt; filename &gt;], ... );</pre>
<pre>
 # EXAMPLE: xrt2d
 #make sure to include Chart::Graph
 use Chart::Graph::Xrt2d qw(xrt2d);</pre>
<pre>



( run in 1.087 second using v1.01-cache-2.11-cpan-119454b85a5 )