logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Chart::Manual - Chart user documentation index

Author

       David Bonner, Chart Group,

       Herbert Breunung, <lichtkind@cpan.org>

perl v5.36.0                                       2022-12-10                                 Chart::Manual(3pm)

Future Changes

       Much of what is documented here will be superseded by a new API provided by upcoming version 3.0. The old
       API will be discouraged but not deprecated, except maybe the module Chart::Composite and some properties.
       The new API will aply only to objects created by Chart->new(...);

Methods

       Descriptions of all methods geared toward the user: Chart::Manual::Methods

Name

       Chart::Manual - Chart user documentation index

Properties

       The method "set" allows to directly change particular chart properties.  All of these explained in detail
       with their acceptable and default values are sorted there by name and topic or type:

       Chart::Manual::Properties

Synopsis

       Chart is a collection of modules for visualizing numerical data.  It is designed for: (in that order)
       maximal flexibility, feature richness and minimal dependencies. It can write PNG and JPG images into
       files and STDOUT (for web and shell usage).

       The early API is mostly borrowed from Martien Verbruggen's GIFgraph module.

Types

       Example programs with output for each chart type: Chart::Manual::Types

Workflows

       Ways to use Chart, broadly described: Chart::Manual::Workflows

See Also