Name : perl-Chart-Gnuplot
| |
Version : 0.23
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.2
| Date : 2016-10-29 09:17:24
|
Group : Development/Libraries/Perl
| Source RPM : perl-Chart-Gnuplot-0.23-1.2.src.rpm
|
Size : 0.20 MB
| |
Packager : (none)
| |
Summary : Plot graph using Gnuplot in Perl on the fly
|
Description :
This Perl module is to plot graphs uning GNUPLOT on the fly. In order to use this module, gnuplot need to be installed. If image format other than PS and EPS is required to generate, it is recommended to install the convert program of ImageMagick as well. Please refer to the MECHANISM OF THIS MODULE manpage for details.
To plot chart using Chart::Gnuplot, a chart object and at least one dataset object are required. Information about the chart such as output file, chart title, axes labels and so on is specified in the chart object. Dataset object contains information about the dataset to be plotted, including source of the data points, dataset label, color used to plot and more.
After chart object and dataset object(s) are created, the chart can be plotted using the the plot2d manpage, the plot3d manpage or the multiplot manpage method of the chart object, e.g.
$chart->plot2d($dataSet1, $dataSet2, ...);
To illustate the features of Chart::Gnuplot, the best way is to show by examples. A lot of examples can be found in SourceForge the http://chartgnuplot.sourceforge.net manpage.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Chart::Gnuplot)
perl(Chart::Gnuplot::DataSet)
perl(Chart::Gnuplot::Util)
perl-Chart-Gnuplot
Requires :