https://github.com/cjfields/svg-graph
Visualize Graph.pm data in SVG
https://github.com/cjfields/svg-graph
Last synced: about 1 year 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-08T05:59:28.000Z (over 14 years ago)
- Last Synced: 2025-04-09T21:51:30.617Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 1
- 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 x
SVG::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 install
DEPENDENCIES
This module requires these other modules and libraries:
SVG
Statistics::Descriptive
Tree::DAG_Node
Math::Spline
Math::Derivative
FEEDBACK
Send an email to the svg-graph-developers list. For more info,
visit the project page at http://www.sf.net/projects/svg-graph
COPYRIGHT AND LICENCE
License: Artistic 2.0
Copyright: 2002-2007 Allen Day , Chris To
Maintained by Chris Fields, cjfields at bioperl dot org