Main > Programming > Libraries >

PostScript::Graph::Bar 1.02

PostScript::Graph::Bar 1.02

Sponsored Links

PostScript::Graph::Bar 1.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.054 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 829
Date added: 2007-07-24
Publisher: Chris Willmot

PostScript::Graph::Bar 1.02 description

PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file.

SYNOPSIS

Simplest

Take labels and values from a csv file and output as a bar chart on a postscript file.

use PostScript::Graph::Bar;

my $bar = new PostScript::Graph::Bar();
$bar->build_chart("survey.csv");
$bar->output("survey");

Typical

use PostScript::Graph::Bar;

my $bar = new PostScript::Graph::Bar(
file => {
paper => A4,
landscape => 1,
},
layout => {
background => [1, 1, 0.9],
heading => Test results,
},
y_axis => {
smallest => 4,
},
style => {
auto => [qw(green blue red)],
}
);

$bar->series_from_file( data.csv );
$bar->build_chart();
$bar->output( results );

The file data.csv has a row of headings followed by 4 rows of 10 items. This produces a bar chart with four groups of ten bars each. The groups are labelled with the first value in each row. The bars in each group are coloured ranging from brown through green and then shades of blue. A Key links the row of headings to each colour. In addition, the background is beige, a heading is placed above the chart and the y axis is not too crowded.

All options

use PostScript::Graph::Bar;

my $bar = new PostScript::Graph::Bar(
file => {
# Paper size, orientation etc
# See PostScript::File
},
layout => {
# General proportions, headings
# See PostScript::Graph::Paper
},
x_axis => {
# All settings for X axis
# See PostScript::Graph::Paper
},
y_axis => {
# All settings for Y axis
# See PostScript::Graph::Paper
},
style => {
# Appearance of bars
# See PostScript::Graph::Style
},
key => {
# Settings for any Key area
# See PostScript::Graph::Key
},
show_key => 1,
labels_row => 1,
);

PostScript::Graph::Bar 1.02 Screenshot

Advertisements

PostScript::Graph::Bar 1.02 Keywords

Bookmark PostScript::Graph::Bar 1.02

Hyperlink code:
Link for forum:

PostScript::Graph::Bar 1.02 Copyright

WareSeeker periodically updates pricing and software information of PostScript::Graph::Bar 1.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of PostScript::Graph::Bar 1.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
PostScript::Graph::Style is a style settings for postscript objects. Free Download
PostScript::File is a Perl base class for creating Adobe PostScript files. Free Download
Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. Free Download
Path::Graph is a Perl module created to generate paths from hash graph. Free Download
Hamster Font Manager is an easy GUI to manage fonts for X11/GS/TeX. Free Download
Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. Free Download
DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation. Free Download
Chart::EPS_graph creates line graphs in PostScript as *.eps format. Free Download