The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Image Graph Chart"

DBD::Chart::Plot - Graph/chart Plotting engine for DBD::Chart River stage zero No dependents

DBD::Chart::Plot creates images of various types of graphs for 2 or 3 dimensional data. Unlike GD::Graph, the input data sets do not need to be uniformly distributed in the domain (X-axis), and may be either numeric, temporal, or symbolic. DBD::Chart...

DARNOLD/DBD-Chart-0.82 - 22 May 2006 18:54:25 UTC - Search in distribution

GIFgraph - Graph Plotting Module (deprecated) River stage zero No dependents

GIFgraph is a *perl5* module to create and display GIF output for a graph. GIFgraph is nothing more than a wrapper around GD::Graph, and its use is deprecated. It only exists for backward compatibility. The documentation for all the functionality can...

MVERB/GIFgraph-1.20 - 30 Dec 1999 12:00:39 UTC - Search in distribution

Chart::Strip - Draw strip chart type graphs. River stage one • 3 direct dependents • 3 total dependents

The Chart::Strip package plots data values versus time graphs, such as used for seismographs, EKGs, or network usage reports. It can plot multiple data sets on one graph. It offers several styles of plots. It automatically determines the proper range...

JAW/Chart-Strip-1.08 - 11 Nov 2011 00:41:47 UTC - Search in distribution

GD::Graph - Graph Plotting Module for Perl 5 River stage two • 31 direct dependents • 34 total dependents

GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...

BPS/GDGraph-1.56 - 13 Jan 2023 13:28:32 UTC - Search in distribution

SWF::Chart - Perl interface to the SWF Chart generation tool River stage zero No dependents

This module is the Perl interface to the SWF Charts flash graphing tool. It constructs the XML file this flash movie requires via an OO interface. Each configurable option that is listed on the SWF Charts reference page has a companion method in this...

GARTH/SWF-Chart-1.4 - 11 Jul 2006 22:23:16 UTC - Search in distribution

Chart - a series of charting modules River stage zero No dependents

Chart helps you to create PNG and JPG images with visualizations of numeric data. This page gives you a summary how to use it. For a more thorough documentation and lots of example code please visit the Chart::Manual. use-ing Chart Okay, so you caugh...

LICHTKIND/Chart-v2.403.9 - 28 Nov 2022 17:50:53 UTC - Search in distribution

xyplot - Plot XY dataset(s) using gnuplot River stage one • 1 direct dependent • 1 total dependent

This utility is a wrapper for gnuplot to quickly generate a graph from the command-line and view it using an image viewer program or a browser. Specifying dataset You can specify the dataset to plot directly from the command-line or specify filename ...

PERLANCAR/App-GnuplotUtils-0.006 - 26 Jan 2024 00:05:25 UTC - Search in distribution

perlreguts - Description of the Perl regular expression engine. River stage five • 11292 direct dependents • 32664 total dependents

This document is an attempt to shine some light on the guts of the regex engine and how it works. The regex engine represents a significant chunk of the perl codebase, but is relatively poorly understood. This document is a meagre attempt at addressi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlreguts - Description of the Perl regular expression engine.

Radial River stage zero No dependents

This module uses Imager to plot and output Radial or Radar charts....

TEEJAY/Imager-Chart-Radial-0.1 - 16 Mar 2003 11:09:55 UTC - Search in distribution

IUP::MglPlot - [GUI element] canvas-like element for creating 2D plots (based on MathGL library) River stage zero No dependents

Creates a MathGL <http://mathgl.sourceforge.net/> based element for creating 2D and 3D plots with interface similar to IUP::PPlot....

KMX/IUP-0.305 - 07 Sep 2016 19:02:56 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

Chart::PNGgraph - Graph Plotting Module (deprecated) River stage zero No dependents

Chart::PNGgraph is a *perl5* module to create PNG output for a graph. Chart::PNGgraph is nothing more than a wrapper around GD::Graph, and its use is deprecated. It only exists for backward compatibility. The documentation for all the functionality c...

SBONDS/Chart-PNGgraph-1.21 - 09 Apr 2000 01:12:31 UTC - Search in distribution

PDL::Graphics::PLplot - Object-oriented interface from perl/PDL to the PLPLOT plotting library River stage zero No dependents

This is the PDL interface to the PLplot graphics library. It provides a familiar 'perlish' Object Oriented interface as well as access to the low-level PLplot commands from the C-API....

ETJ/PDL-Graphics-PLplot-0.84 - 21 Apr 2024 23:43:12 UTC - Search in distribution

HTML::GMap::Tutorial - HTML::GMap distribution tutorial River stage zero No dependents

This is the tutorial for HTML::GMap module....

PCANARAN/HTML-GMap-0.06 - 22 Jan 2008 01:37:40 UTC - Search in distribution

Tk::Chart::FAQ - Frequently Asked Questions about Tk::Chart. River stage zero No dependents

How to scrolled Tk::Chart Widget ? Tk::Chart is an extension of Canvas widget. That is an idea to scrolled your widget if you use Tk::Chart::Lines : my $line_chart = $mw->Scrolled('Lines')->pack; You can also use Scrollbar method or use scrolled fram...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC - Search in distribution

Chart::Plot - Plot two dimensional data in an image. Version 0.10. River stage one • 2 direct dependents • 3 total dependents

I wrote Chart::Plot to create images of some simple graphs of two dimensional data. The other graphing interface modules to GD.pm I saw on CPAN either could not handle negative data, or could only chart evenly spaced horizontal data. (If you have eve...

SMORTON/Chart-Plot-0.11 - 07 Apr 2001 09:56:05 UTC - Search in distribution

Chart::Plotly::Trace::Volume - Draws volume trace between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as spaceframe between iso-min and iso-max values could also be drawn using this trace. River stage one • 2 direct dependents • 2 total dependents

Draws volume trace between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as sp...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC - Search in distribution

RRDTool::OO - Object-oriented interface to RRDTool River stage one • 3 direct dependents • 3 total dependents

"RRDTool::OO" is an object-oriented interface to Tobi Oetiker's round robin database tool *rrdtool*. It uses *rrdtool*'s "RRDs" module to get access to *rrdtool*'s shared library. "RRDTool::OO" tries to marry *rrdtool*'s database engine with the dwim...

MSCHILLI/RRDTool-OO-0.36 - 13 May 2015 06:24:00 UTC - Search in distribution

GIFgraph::Map - generate HTML map text. River stage zero No dependents

Is a *perl5* module to generate HTML map text for following graph objects GIFgraph::pie, GIFgraph::bars, GIFgraph::point and GIFgraph::linespoints. As a result of its work is created HTML code containing IMG and MAP tags. You simply need to insert th...

RA/GIFgraph_Map-1.02 - 17 Sep 1999 12:46:08 UTC - Search in distribution

DBIx::Chart - DBI extension for Rendering Charts and Graphs River stage zero No dependents

The DBIx::Chart extends SQL syntax to provide directives for generating chart images. By subclassing DBI, it makes every SQL capable data source with a DBI driver appear to natively support charting/graphing. DBIx::Chart builds on the SQL syntax intr...

DARNOLD/DBIx-Chart-0.05 - 22 May 2006 18:54:36 UTC - Search in distribution
46 results (0.061 seconds)