Method 
UniMultiGrapher 
 
Classpackage  
G::Tools::Graph 
 
 
Function 
Creates a two dimensional graph with gnuplot.  
 
Description 
This method creates a two dimensional graph with gnuplot. Multiple x references can be used.   Options follow that  
 
of Chart::Graph. 
 
Requirements 
modules   
Charg::Graph qw(gnuplot) 
SubOpt.pm 
 
applications 
GNUplot(http://www.cs.dartmouth.edu/gnuplot_info.html) 
 
data 
none 
 
Parameters 
essential 
 
first     ref   y     y   reference 
second    ref   x1    x1  reference 
third     ref   x2    x2  reference 
.....     ...   ..    x$i reference 
 
 
option 
x                       string          name of x axis          default: x 
y                               string          name of y axis          default: y 
-x, -x2, ..., x$i         string                title of graph          default: x$i 
filename                        string          outfile name            default: graph.gif 
style                   string          style of graph          default: lines 
type                    string          type of graph           default: columns 
 
Returns 
none 
 
Usage 
&UniUniGrapher(ref array1, ref array2, -x=>'s',-y=>'y',-x$i=>'x$i',  
 
-filename=>'graph.gif', -style=>"hoge", -type=>"columns"); 
 
Input file  
none 
 
 
Output file  
graph file in Gif format 
 
References 
none  
 
Comments 
none 
 
Authors 
This method was written by Kazuharu Arakawa(gaou@g-language.org) at Institute  
 
for Advanced Biosciences Keio Univ.  
 
 
History