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

Search results for "GD::Graph::Error"

GD::Graph::Error - Error handling for GD::Graph classes River stage two • 31 direct dependents • 34 total dependents

This class is a parent for all GD::Graph classes, including GD::Graph::Data, and offers error and warning handling and some debugging control. Errors are stored in a lexical hash in this package, so the implementation of the subclass should be irrele...

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

Graph - graph data structures and algorithms River stage three • 78 direct dependents • 141 total dependents

Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 UTC - Search in distribution

GD::Text - Text utilities for use with GD River stage two • 10 direct dependents • 39 total dependents

This module provides a font-independent way of dealing with text in GD, for use with the GD::Text::* modules and GD::Graph....

MVERB/GDTextUtil-0.86 - 19 Jun 2003 01:10:17 UTC - Search in distribution

Venn::Chart - Create a Venn diagram using GD. River stage one • 1 direct dependent • 1 total dependent

Venn::Chart create a Venn diagram image using GD module with 2 or 3 data lists. A title and a legend can be added in the chart. It is possible to create an histogram chart with the different data regions of Venn diagram using GD::Graph module....

DJIBEL/Venn-Chart-1.02 - 01 Jan 2011 18:24:43 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

QWizard - Display a series of questions, get the answers, and act on the answers. River stage zero No dependents

QWizard displays a list of grouped questions, and retrieves and processes user-specified answers to the questions. Multiple question/answer sets may be displayed before the answers are dealt with. Once a "commit" action is taken (instigated by the us...

HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 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

PDF::Reuse - Reuse and mass produce PDF documents River stage one • 5 direct dependents • 6 total dependents

This module could be used when you want to mass produce similar (but not identical) PDF documents and reuse templates, JavaScripts and some other components. It is functional to be fast, and to give your programs capacity to produce many pages per se...

CNIGHS/PDF-Reuse-0.39 - 27 Sep 2016 15:50:24 UTC - Search in distribution

pod::CONFIGURE_HOWTO River stage zero No dependents

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC - Search in distribution

Crypt::FNA River stage one • 1 direct dependent • 1 total dependent

FNA stands for Fractal Numerical Algorithm, the symmetrical encryption method based on two algorithms that I developed for: 1. the construction of a family of fractal curves (F) 2. a encryption based on these curves. A precise description of this alg...

ANAK/Crypt-FNA-0.65 - 19 Jun 2013 02:22:40 UTC - Search in distribution

GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2 River stage two • 29 direct dependents • 40 total dependents

This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the Graphviz project (http://www.gra...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC - Search in distribution

Term::GnuplotTerminals - documentation of gnuplot output devices River stage zero No dependents

ILYAZ/Term-Gnuplot-0.90380906 - 01 Aug 2018 12:13:22 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

Wolfram.pm River stage zero No dependents

Dr. Steven Wolfram describes in his book, A New Kind of Science, ISBN:1-57955-008-8 his path-breaking experiment where he comprehensively explored a mathematical function which can be described (by me see the reference for a detailed explanation) as ...

JMFREEMAN/Cellular-Automata-Wolfram-1.1 - 03 Dec 2002 06:52:55 UTC - Search in distribution

Mail::Graph - draw graphical stats for mails/spams River stage zero No dependents

This module parses mailbox files in either compressed or uncompressed form and then generates pretty statistics and graphs about them. Although at first developed to do spam statistics, it works just fine for normal mail. File Format The module reads...

TELS/Mail-Graph-0.14 - 04 Jan 2004 13:27:51 UTC - Search in distribution

Bundle::FinalTest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah....

MARSAB/Bundle-FinalTest - 02 Aug 2011 05:52:05 UTC - Search in distribution

Bundle::FinalTest2 - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest2, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Bundle-FinalTest2 - 03 Aug 2011 05:10:02 UTC - Search in distribution

Bio::Polloc::TypingI - Generic typing interface River stage zero No dependents

Use this interface to initialize the Bio::Polloc::Typing::* objects. Any rule inherits from this Interface. Usually, rules are initialized from files (via the Bio::Polloc::TypingIO package)....

LRR/Polloc-1.5.3b - 29 Jun 2011 02:32:21 UTC - Search in distribution

Chart::Plot::Canvas - Plot two dimensional data in an Tk Canvas. River stage one • 1 direct dependent • 1 total dependent

This package overloads Chart::Plot and supplies a new method 'canvas' that returns a Tk Canvas equivalent to GD::Image returned by the method 'draw' of Chart::Plot. The graphs are descripted by same way as for Chart::Plot. With Chart::Plot::Canvas, t...

PERRAD/Chart-Plot-Canvas-0.04 - 01 Jun 2011 20:08:55 UTC - Search in distribution

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
29 results (0.069 seconds)