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

Search results for "module:Chart::Base"

Chart::OFC2::BarLineBase - OFC2 Bar and Line chart base module River stage zero No dependents

JKUTEJ/Chart-OFC2-0.07 - 06 Feb 2010 15:04:49 UTC

Graph/Xmgrace/Base_Option.pm River stage one • 1 direct dependent • 1 total dependent

CAIDAPERL/Chart-Graph-3.2 - 07 Jun 2006 21:12:15 UTC

Graph/Xmgrace/Base_Dataset_Option.pm River stage one • 1 direct dependent • 1 total dependent

CAIDAPERL/Chart-Graph-3.2 - 07 Jun 2006 21:12:15 UTC

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

Chart::Kaleido - Base class for Chart::Kaleido River stage zero No dependents

This is base class that wraps plotly's kaleido command. Instead of this class you would mostly want to use its subclass like Chart::Kaleido::Plotly....

SLOYD/Chart-Kaleido-0.014 - 04 Feb 2023 14:30:38 UTC

Chart::OFC - Generate data files for use with Open Flash Chart River stage zero No dependents

NOTE: You probably want to use Chart::OFC2 instead, or maybe just use some client-side JS library and skip the flash entirely. This class lets you generate data for the Open Flash Chart library. OFC produces very attractive charts, but it's data form...

DROLSKY/Chart-OFC-0.12 - 25 Jan 2014 23:10:05 UTC

Google::Chart - Interface to Google Charts API River stage one • 2 direct dependents • 2 total dependents

DMAKI/Google-Chart-0.05014 - 21 Aug 2009 02:42:20 UTC

Chart::Clicker - Powerful, extensible charting. River stage one • 4 direct dependents • 4 total dependents

Chart::Clicker aims to be a powerful, extensible charting package that creates really pretty output. Charts can be saved in png, svg, pdf and postscript format. Clicker leverages the power of Graphics::Primitive to create snazzy graphics without bein...

GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 UTC

Chart::OFC::Axis - Base class for axis classes River stage zero No dependents

This class is the base class for the X and Y axis classes. It provides several attributes which are shared between these two subclasses....

DROLSKY/Chart-OFC-0.12 - 25 Jan 2014 23:10:05 UTC

Chart::OFC2::Axis - OFC2 axis base module River stage zero No dependents

X or Y axis for OFC2....

JKUTEJ/Chart-OFC2-0.07 - 06 Feb 2010 15:04:49 UTC

Chart::OFC::Grid - A grid chart River stage zero No dependents

This class represents a grid chart. A grid chart can contain any combination of bars, lines, and area lines. It also has an X and a Y axis....

DROLSKY/Chart-OFC-0.12 - 25 Jan 2014 23:10:05 UTC

App::Chart::Series - series data object River stage zero No dependents

A "App::Chart::Series" object holds a data series. It basically holds an array or multiple arrays, of values indexed from 0 up to "$series->hi". Portions of the arrays are filled on request with the "fill" method, so just some of a big series can be ...

KRYDE/App-Chart-273 - 21 Apr 2024 05:07:52 UTC

VS::Chart::Renderer - Base class for renderers River stage zero No dependents

CLAESJAC/VS-Chart-0.08 - 22 Sep 2008 14:25:23 UTC

Google::Chart::Fill - Base Fill Role River stage one • 2 direct dependents • 2 total dependents

DMAKI/Google-Chart-0.05014 - 21 Aug 2009 02:42:20 UTC

Image::Magick::Chart - Use Image::Magick to create charts River stage zero No dependents

"Image::Magick::Chart" is a pure Perl module. This module uses "Image::Magick" as the base of a set of modules which create simple images of various types. Only "Image::Magick::Chart::HorizontalBars" is available at this time. See examples/image-*.pn...

RSAVAGE/Image-Magick-Chart-1.07 - 05 Jan 2017 22:59:53 UTC

Chart::Clicker::Axis - An X or Y Axis River stage one • 4 direct dependents • 4 total dependents

Chart::Clicker::Axis represents the plot of the chart....

GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 UTC

Chart::Graph::Gnuplot River stage one • 1 direct dependent • 1 total dependent

*gnuplot()* is a function in module Chart::Graph that lets you generate graphs on the fly in perl. It was written as a front-end application to gnuplot for hassle-free generation of graphs. *gnuplot()* can be supplied with many of the same options an...

CAIDAPERL/Chart-Graph-3.2 - 07 Jun 2006 21:12:15 UTC

Chart::OFC2::Element - OFC2 base module for chart elements River stage zero No dependents

JKUTEJ/Chart-OFC2-0.07 - 06 Feb 2010 15:04:49 UTC

Hypatia::Chart::Clicker - Hypatia Bindings for Chart::Clicker River stage zero No dependents

JACKMANEY/Hypatia-Chart-Clicker-0.026 - 22 Dec 2012 20:29:18 UTC

Chart::Plotly::Trace::Box - Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q1), The sample mean and standard deviation as well as notches and the sample, outlier and suspected outliers points can be optionally added to the box plot. The values and positions corresponding to each boxes can be input using two signatures. The first signature expects users to supply the sample values in the `y` data array for vertical boxes (`x` for horizontal boxes). By supplying an `x` (`y`) array, one box per distinct `x` (`y`) value is drawn If no `x` (`y`) {array} is provided, a single box is drawn. In this case, the box is positioned with the trace `name` or with `x0` (`y0`) if provided. The second signature expects users to supply the boxes corresponding Q1, median and Q3 statistics in the `q1`, `median` and `q3` data arrays respectively. Other box features relying on statistics namely `lowerfence`, `upperfence`, `notchspan` can be set directly by the users. To have plotly compute them or to show sample points besides the boxes, users can set the `y` data array for vertical boxes (`x` for horizontal boxes) to a 2D array with the outer length corresponding to the number of boxes in the traces and the inner length corresponding the sample size. River stage one • 2 direct dependents • 2 total dependents

Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC
50 results (0.035 seconds)