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

Search results for "gd::graph"

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

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 - Search in distribution

GD::Graph::ohlc - GD::Graph type that shows open, high, low and close as ticks on little sticks River stage zero No dependents

JETTERO/GD-Graph-ohlc-0.9703 - 23 Jul 2013 12:47:05 UTC - Search in distribution

GD::Graph::Hooks - Kludgey way to add callback hooks to GD::Graph River stage zero No dependents

JETTERO/GD-Graph-Hooks-1.0003 - 16 Nov 2015 14:19:34 UTC - Search in distribution

GD::Graph::Polar - Perl package to create polar graphs using GD package River stage one • 2 direct dependents • 3 total dependents

This package is a wrapper around GD to produce polar graphs with an easy interface. I use this package to plot antenna patterns on a graph with data from the RF::Antenna::Planet::MSI::Format package....

MRDVT/GD-Graph-Polar-0.22 - 04 Nov 2022 01:39:19 UTC - Search in distribution

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 - Search in distribution

GD::Graph::splined - Smooth line graphs with GD::Graph River stage zero No dependents

A GD::Graph module that can be treated as an "area" graph, but renders splined (smoothed) line graphs. See GD::Graph for more details of how to produce graphs with GD....

LGODDARD/GD-Graph-splined-1.16 - 02 Aug 2006 13:35:25 UTC - Search in distribution

GD::Graph::xylines - XY plotting module for GD::Graph. River stage zero No dependents

xylines is a *perl5* module that uses GD::Graph, GD, to create and display PNG output for XY graphs with lines....

GAFFER/GDGraph-XY-0.92 - 26 Dec 2001 21:56:06 UTC - Search in distribution

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 - Search in distribution

Graph::Timeline::GD - Render timeline data with GD River stage zero No dependents

Overview Only three methods need to be overridden to create your own GD image of the data. render_year( YEAR ) The years that form the axis of the graph are rendered by render_year( ). A scalar pointing to the data for the year to be rendered is pass...

PETERHI/Graph-Timeline-1.5 - 29 Aug 2009 12:11:48 UTC - Search in distribution

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

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

GD::Graph::Cartesian - Make Cartesian Graphs with GD Package River stage zero No dependents

This is a wrapper around GD to place points and lines on a X/Y scatter plot....

MRDVT/GD-Graph-Cartesian-0.11 - 19 May 2014 20:56:43 UTC - Search in distribution

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 - Search in distribution

GD::Graph::smootharea River stage zero No dependents

This package is used for creation a smooth area chart....

ANDREI/GD-Graph-smoothlines-1.6 - 26 Mar 2010 12:31:26 UTC - Search in distribution

GD::Graph::sparklines - plot "sparkline" graphs River stage zero No dependents

GD::Graph::sparklines is a Perl module for creating sparklines using the GD::Graph infrastructure -- if you want a sparkline of your data, you can just replace use GD::Graph::lines; with use GD::Graph::sparklines; and it will "just work", assuming yo...

RJP/GD-Graph-sparklines-0.2 - 29 Sep 2004 23:04:26 UTC - Search in distribution

GD::Graph::Thermometer - Generate progress graph on the fly River stage zero No dependents

When deployed in production, the current value ought to be dynamically calculated based on a query of the database tracking contributions or volunteers or whatever the goal represented by the graph represents. my $result = GD::Graph::Thermometer->new...

HESCO/GD-Graph-Thermometer-0.05 - 13 Jan 2007 19:49:23 UTC - Search in distribution

Quiq::Gd::Component::Graph - Polyline-Graph River stage zero No dependents

Das Objekt repräsentiert einen Graph entlang der Weltkoordinaten @x und @y. Per Default wird der Graph über der gesamten Fläche des Bildes gezeichnet. Durch die Angabe "colors=>\@colors" kann als dritte Dimension ein Farbwert entlang des Graphen geze...

FSEITZ/Quiq-1.214 - 21 Jan 2024 18:16:36 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Jifty::Plugin::Chart::Renderer::GD::Graph - A chart renderer using GD::Graph River stage zero No dependents

This is a chart renderer that uses GD::Graph to build charts....

YVESAGO/Jifty-Plugin-Chart-1.01 - 15 Jul 2009 08:26:41 UTC - Search in distribution
103 results (0.068 seconds)