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

Search results for "module:GD::Graph::bars"

Template::Plugin::GD::Graph::bars - Create bar graphs with axes and legends River stage zero No dependents

The GD.Graph.bars plugin provides an interface to the GD::Graph::bars class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted with each point represented by a bar, in addition to axes and legends. See GD::Graph for ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Graph/bars.pm River stage two • 31 direct dependents • 34 total dependents

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

Template::Plugin::GD::Graph::bars3d - Create 3D bar graphs with axes and legends River stage zero No dependents

The GD.Graph.bars3d plugin provides an interface to the GD::Graph::bars3d class defined by the GD::Graph3d module. It allows one or more (x,y) data sets to be plotted as y versus x bars with a 3-dimensional appearance, together with axes and legends....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

lib/GD/Graph/bars3d.pm River stage one • 2 direct dependents • 3 total dependents

WADG/GD-Graph3d-0.63 - 06 Dec 2002 20:23:43 UTC

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

GD::Graph3d - Create 3D Graphs with GD and GD::Graph River stage one • 2 direct dependents • 3 total dependents

This is the GD::Graph3d extensions module. It provides 3D graphs for the GD::Graph module by Martien Verbruggen, which in turn generates graph using Lincoln Stein's GD.pm. You use these modules just as you would any of the GD::Graph modules, except t...

WADG/GD-Graph3d-0.63 - 06 Dec 2002 20:23:43 UTC

GD::Graph::hbars - make bar graphs with horizontal bars River stage two • 31 direct dependents • 34 total dependents

This is a wrapper module which is completely identical to creating a GD::Graph::bars object with the "rotate_chart" attribute set to a true value....

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

GD::Graph::Data - Data set encapsulation for GD::Graph River stage two • 31 direct dependents • 34 total dependents

This module encapsulates the data structure that is needed for GD::Graph and friends. An object of this class contains a list of X values, and a number of lists of corresponding Y values. This only really makes sense if the Y values are numerical, bu...

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

GD::Graph::Map - generate HTML map text for GD::Graph diagramms. River stage zero No dependents

This is a *perl5* module to generate HTML map text for following GD::Graph objects GD::Graph::pie, GD::Graph::bars, GD::Graph::lines, GD::Graph::area, GD::Graph::point and GD::Graph::linespoints. As a result of its work is created HTML code containin...

RA/GDGraph-Map-1.05 - 15 Mar 2001 14:51:06 UTC

GD::Graph::colour - Colour manipulation routines for use with GD::Graph River stage two • 31 direct dependents • 34 total dependents

The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is needed, now and historically, by the GD::Graph modules....

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

GD::Dashboard - Perl module to create JPEG graphics of meters and dials River stage zero No dependents

FERRANCE/GD-Dashboard-0.04 - 24 Jan 2002 05:38:31 UTC

GD::Graph::boxplot - Box and Whisker Graph Module for Perl 5. River stage zero No dependents

boxplot is a *perl5* module that uses GD::Graph, GD, and Statistics::Descriptive to create and display PNG output for box and whisker graphs....

GAFFER/GDGraph-boxplot-1.00 - 10 Jul 2001 03:40:24 UTC

GD::3DBarGrapher - Create 3D bar graphs using GD River stage zero No dependents

There is only one function in the 3dBarGrapher module and that is creategraph which will return image map XHTML for use in a web page displaying the graph. The data to graph must be passed in a multidimensional array where column 0 is the x-axis name...

SWARHURST/GD-3DBarGrapher-0.9.6 - 17 Jan 2009 18:08:22 UTC

Gtk2::Ex::Graph::GD River stage zero No dependents

OFEYAIKON/Gtk2-Ex-Graph-GD-0.04 - 13 Oct 2005 22:03:56 UTC

Apache::GD::Graph - Generate Graphs in an Apache handler. River stage zero No dependents

The primary purpose of this module is to allow a very easy to use, lightweight and fast charting capability for static pages, dynamic pages and CGI scripts, with the chart creation process abstracted and placed on any server. For example, embedding a...

RKITOVER/Apache-GDGraph-0.96 - 09 Apr 2003 17:50:50 UTC

GD::Graph::histogram - Histogram plotting module for Perl5 River stage zero No dependents

GD::Graph::histogram extends the GD::Graph module to create histograms. The module allow creation of count or percentage histograms....

WHIZDOG/GDGraph-histogram-1.1 - 22 Mar 2006 20:16:08 UTC

Template::Plugin::GD - GD plugin(s) for the Template Toolkit River stage zero No dependents

The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. These plugins were distributed as part of the ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::pie - Create pie charts with legends River stage zero No dependents

The GD.Graph.pie plugin provides an interface to the GD::Graph::pie class defined by the GD::Graph module. It allows an (x,y) data set to be plotted as a pie chart. The x values are typically strings. See GD::Graph for more details....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::area - Create area graphs with axes and legends River stage zero No dependents

The GD.Graph.area plugin provides an interface to the GD::Graph::area class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted as lines with the area between the line and x-axis shaded, in addition to axes and legend...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Template::Plugin::GD::Graph::lines - Create line graphs with axes and legends River stage zero No dependents

The GD.Graph.lines plugin provides an interface to the GD::Graph::lines class defined by the GD::Graph module. It allows one or more (x,y) data sets to be plotted as y versus x lines with axes and legends. See GD::Graph for more details....

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC
25 results (0.037 seconds)