Main > Programming > Libraries >

SVG::Graph 0.01

SVG::Graph 0.01

Sponsored Links

SVG::Graph 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.086 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1156
Date added: 2006-08-29

SVG::Graph 0.01 description

SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format.

SYNOPSIS

use SVG::Graph;
use SVG::Graph::Data;
use SVG::Graph::Data::Datum;

#create a new SVG document to plot in...
my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30);

#and create a frame to hold the data/glyphs
my $frame = $graph->add_frame;

#lets plot y = x^2
my @data = map {SVG::Graph::Data::Datum->new(x=>$_,y=>$_^2)}
(1,2,3,4,5);
my $data = SVG::Graph::Data->new(data => @data);

#put the xy data into the frame
$frame->add_data($data);

#add some glyphs to apply to the data in the frame
$frame->add_glyph(axis, #add an axis glyph
x_absolute_ticks => 1, #with ticks every one
#unit on the x axis
y_absolute_ticks => 1, #and ticks every one
#unit on the y axis

stroke => black, #draw the axis black
stroke-width => 2, #and 2px thick
);

$frame->add_glyph(scatter, #add a scatterplot glyph
stroke => red, #the dots will be outlined
#in red,
fill => red, #filled red,
fill-opacity => 0.5, #and 50% opaque
);

#print the graphic
print $graph->draw;

SVG::Graph is a suite of perl modules for plotting data. SVG::Graph currently supports plots of one-, two- and three-dimensional data, as well as N-ary rooted trees. Data may be represented as:

Glyph Name Dimensionality supported
1d 2d 3d tree
--------------------------------------------------------
Axis x
Bar Graph x
Bubble Plot x
Heatmap Graph x
Line Graph x
Pie Graph x
Scatter Plot x
Spline Graph x
Tree x

SVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the glyphs are not very robust.

SVG::Graph 0.01 Screenshot

Advertisements

SVG::Graph 0.01 Keywords

Bookmark SVG::Graph 0.01

Hyperlink code:
Link for forum:

SVG::Graph 0.01 Copyright

WareSeeker periodically updates pricing and software information of SVG::Graph 0.01 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::Graph 0.01 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
SVGGraph is a Perl extension for creating SVG Graphs / Diagrams / Charts / Plots. Free Download
Graph is a Perl module with graph data structures and algorithms. Free Download
Devel::Graph module can turn Perl code into a graphical flowchart. Free Download
SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. Free Download
Chart::EPS_graph creates line graphs in PostScript as *.eps format. Free Download
Q-Graph is a collection of Q scripts that provide a graph data structure and a full-featured graph editor. Free Download
wad2svg is a tool which draws a map of a Doom level as an SVG graphic. Free Download
Graph::Weighted is an abstract, weighted graph implementation. Free Download