-
-
29 Jul 2022 21:06:23 UTC
- Distribution: Chart
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (5)
- Testers
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (172.6KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- GD
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Chart::Manual - Chart user documentation index
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
METHODS
Descriptions of all methods geared toward the user: Chart::Manual::Methods
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: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(...);
COPYRIGHT & LICENSE
Copyright 2022 David Bonner, Herbert Breunung.
This program is free software; you can redistribute it and/or modify it under same terms as Perl itself.
AUTHOR
David Bonner, <chartgrp@web.de>
Herbert Breunung, <lichtkind@cpan.org>
Module Install Instructions
To install Chart, copy and paste the appropriate command in to your terminal.
cpanm Chart
perl -MCPAN -e shell install Chart
For more information on module installation, please visit the detailed CPAN module installation guide.