Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjfields/svg-graph
Visualize Graph.pm data in SVG
https://github.com/cjfields/svg-graph
Last synced: 28 days ago
JSON representation
Visualize Graph.pm data in SVG
- Host: GitHub
- URL: https://github.com/cjfields/svg-graph
- Owner: cjfields
- Created: 2011-12-30T05:27:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-08T05:59:28.000Z (about 13 years ago)
- Last Synced: 2024-11-05T20:51:39.402Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
SVG/Graph version 0.02
======================SVG::Graph - Visualize your data in Scalable Vector Graphics (SVG) format.
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 xSVG::Graph 0.02 is a pre-alpha release. Keep in mind that many of the
glyphs are not very robust.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
SVG
Statistics::Descriptive
Tree::DAG_Node
Math::Spline
Math::DerivativeFEEDBACK
Send an email to the svg-graph-developers list. For more info,
visit the project page at http://www.sf.net/projects/svg-graphCOPYRIGHT AND LICENCE
License: Artistic 2.0
Copyright: 2002-2007 Allen Day , Chris To
Maintained by Chris Fields, cjfields at bioperl dot org