1Chart::Manual(3) User Contributed Perl Documentation Chart::Manual(3)
2
3
4
6 Chart::Manual - Chart user documentation index
7
9 Chart is a collection of modules for visualizing numerical data. It is
10 designed for: (in that order) maximal flexibility, feature richness and
11 minimal dependencies. It can write PNG and JPG images into files and
12 STDOUT (for web and shell usage).
13
14 The early API is mostly borrowed from Martien Verbruggen's GIFgraph
15 module.
16
18 Example programs with output for each chart type: Chart::Manual::Types
19
21 Ways to use Chart, broadly described: Chart::Manual::Workflows
22
24 Descriptions of all methods geared toward the user:
25 Chart::Manual::Methods
26
28 The method "set" allows to directly change particular chart properties.
29 All of these explained in detail with their acceptable and default
30 values are sorted there by name and topic or type:
31
32 Chart::Manual::Properties
33
35 Much of what is documented here will be superseded by a new API
36 provided by upcoming version 3.0. The old API will be discouraged but
37 not deprecated, except maybe the module Chart::Composite and some
38 properties. The new API will aply only to objects created by
39 Chart->new(...);
40
42 Copyright 2022 David Bonner, Herbert Breunung.
43
44 This program is free software; you can redistribute it and/or modify it
45 under same terms as Perl itself.
46
48 David Bonner, <chartgrp@web.de>
49
50 Herbert Breunung, <lichtkind@cpan.org>
51
52
53
54perl v5.36.0 2022-08-01 Chart::Manual(3)