• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Chart::Gnuplot Download

Chart::Gnuplot

October 29, 2009
Generate real-time graphs with Gnuplot software. Quick and easy plotting on the fly.
Version 0.11
License Perl Artistic License
Platform Linux
Supported Languages English
Homepage search.cpan.org
Developed by Ka-Wai Mak
Chart::Gnuplot is an incredibly useful Perl module that allows for quick and easy generation of graphs using GNUPLOT. It is important to note that in order to use Chart::Gnuplot, you will need to have GNUPLOT installed on your system. Additionally, if you require an image format other than PS, PDF, or EPS, you will also need to install the convert program from ImageMagick.

To plot a chart using Chart::Gnuplot, you will need to create a chart object and at least one dataset object. The chart object is where you will define information such as the output file, chart title, axes labels, and more. The dataset object contains information about the data to be plotted, including the source of the data points, dataset label, color to be used, and more. Once these objects have been created, you can plot your chart using the plot2d, plot3d, or multiplot method of the chart object.

To get a better understanding of how Chart::Gnuplot works and what it is capable of, it is incredibly helpful to look at some examples. Fortunately, Chart::Gnuplot comes with a plethora of examples to help you get started.

Here is an example's SYNOPSIS that shows how to create a chart object and specify its properties:

use Chart::Gnuplot;

# Data
my @x = (-10 .. 10);
my @y = (0 .. 20);

# Create chart object and specify chart properties
my $chart = Chart::Gnuplot->new(
output => 'fig/simple.png'
title => 'Simple testing',
xlabel => 'My x-axis label',
ylabel => 'My y-axis label',
...
);

# Create dataset object and specify dataset properties
my $dataSet = Chart::Gnuplot::DataSet->new(
xdata => @x,
ydata => @y,
title => 'Plotting a line from Perl arrays',
style => 'linespoints',
...
);

# Plot data set on chart
$chart->plot2d($dataSet);

Additionally, you can plot multiple data sets on a single chart by passing them as arguments to the plot2d method:

# Plot many data sets on a single chart
$chart->plot2d($dataSet1, $dataSet2, ...);

Overall, Chart::Gnuplot is an incredibly powerful and versatile tool for generating graphs and charts in Perl. With the ability to customize and specify nearly every aspect of your chart, the possibilities are nearly endless.
What's New

Version 0.11: N/A

Free Download 35K
341
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    157
  2. Dvgrab 3.4
    94
  3. DynVPN 1.0
    83
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    76
  6. porm r2
    72
  7. Clewarecontrol 0.8
    71
  8. Hills 2.0
    71
  9. fuseftp 0.8
    70
  10. Java Games 1.0
    70

Related Downloads

Silky
Silky is a secure chat client that utilizes the SILC protocol to ...
Exmh
Exmh is a customizable interface that works with MH email system to ...
Race Timing
Race Timing software allows users to easily manage and organize races by ...
mod_auth_openid
Mod_auth_openid is a module that enables authentication for Apache 2 Web servers.
Xine
Xine is a cost-free media player that supports various audio and video ...
PfP Studio
PfP Studio is a visual programming software that facilitates rapid application development ...
Openwsman
Openwsman offers open-source software for implementing the Web Services Management specification.
NetSaint Configuration Webmin Module
The NetSaint Configuration Webmin Module enables the configuration of NetSaint through a ...
GrubEd
GrubEd is a MD5 password generating graphical editor for GRUB menus.
KAlarm
KAlarm schedules personal alarms, messages, commands, and emails efficiently.
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.