Main > Programming > Libraries >

SVG::Template::Graph 0.11

SVG::Template::Graph 0.11

Sponsored Links

SVG::Template::Graph 0.11 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size:
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 916
Date added: 2007-04-23
Publisher: Ronan Oger

SVG::Template::Graph 0.11 description

SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG.

SYNOPSIS

use SVG::Template::Graph;
$data = [
{
barGraph=>1,#
barSpace=>20,
title=> 1: Trace 1,
data => #hash ref containing x-val and y-val array refs
{
x_val =>
[50,100,150,200,250,
300,350,400,450,500,550],
y_val =>
[100,150,100,126,100,
175,100,150,120,125,100],

},
format =>
{ #note that these values could change for *each* trace
lineGraph => 1,
x_min => 0,
x_max => 600,
y_min => 50,
y_max => 200,
x_axis => 1, #draw x-axis
y_axis => 1, #draw y-axis

#define the labels that provide the data context.
labels =>
{
#for year labels, we have to center the axis markers
x_ticks =>
{
label =>[2002,2003,2004],
position=>[100,300,500],
},
y_ticks =>
{
#tick mark labels
label => [ -250, 0, 250, 500],
#tick mark location in the data space
position => [50, 100, 150, 200],
},
},
},
},
];


#construct a new SVG::Template::Graph object with a file handle
my $tt = SVG::Template::Graph->new($file);

#set up the titles for the graph
$tt->setGraphTitle([Hello svg graphing world,I am a subtitle]);

#generate the traces.
$tt->drawTraces($data,$anchor_rectangle_id);
#serialize and print
print $tt->burn();

Template::Graph:SVG is a module for the generation of template-driven graphs using Scalable Vector Graphics (SVG). Using this module, it is possible to define a template SVG document with containers which are populated with correctly scaled plot images.

SVG::Template::Graph 0.11 Screenshot

Advertisements

SVG::Template::Graph 0.11 Keywords

Bookmark SVG::Template::Graph 0.11

Hyperlink code:
Link for forum:

SVG::Template::Graph 0.11 Copyright

WareSeeker periodically updates pricing and software information of SVG::Template::Graph 0.11 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 SVG::Template::Graph 0.11 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
SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. Free Download
Text::Graph is a Perl extension for generating text-based graphs. Free Download
Gimp::Data is a Perl module to set and get state data. Free Download
Template::Plugin::XML is a XML plugin for the Template Toolkit. Free Download
Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. Free Download
Term::TtyRec::Player is a Perl module that playbacks ttyrec data. Free Download
A library for working with graphs in Python Free Download
graph-tool is a program to help with statistical analysis of graphs. Free Download