• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H08-Jan-2012-1,4641,204

lib/SVG/H03-May-2022-4,2181,959

t/H08-Jan-2012-501380

Build.PLH A D08-Jan-2012973 4739

ChangesH A D08-Jan-2012618 2115

LICENSEH A D08-Jan-20128.8 KiB208154

MANIFESTH A D08-Jan-2012988 5655

META.jsonH A D08-Jan-20127.1 KiB243241

META.ymlH A D08-Jan-20124.5 KiB175174

READMEH A D08-Jan-20121.2 KiB5941

dist.iniH A D08-Jan-2012329 1714

README

1SVG/Graph version 0.02
2======================
3
4SVG::Graph - Visualize your data in Scalable Vector Graphics (SVG) format.
5
6SVG::Graph is a suite of perl modules for plotting data.  SVG::Graph
7currently supports plots of one-, two- and three-dimensional data, as well
8as N-ary rooted trees.  Data may be represented as:
9
10 Glyph Name	Dimensionality supported
11          	1d	2d	3d	tree
12 --------------------------------------------------------
13 Axis				x
14 Bar Graph		x
15 Bubble Plot			x
16 Heatmap Graph			x
17 Line Graph		x
18 Pie Graph	x
19 Scatter Plot		x
20 Spline Graph		x
21 Tree					x
22
23SVG::Graph 0.02 is a pre-alpha release. Keep in mind that many of the
24glyphs are not very robust.
25
26INSTALLATION
27
28To install this module type the following:
29
30   perl Makefile.PL
31   make
32   make test
33   make install
34
35DEPENDENCIES
36
37This module requires these other modules and libraries:
38
39  SVG
40  Statistics::Descriptive
41  Tree::DAG_Node
42  Math::Spline
43  Math::Derivative
44
45FEEDBACK
46
47Send an email to the svg-graph-developers list.  For more info,
48visit the project page at http://www.sf.net/projects/svg-graph
49
50COPYRIGHT AND LICENCE
51
52License: Artistic 2.0
53
54Copyright: 2002-2007 Allen Day <allenday@ucla.edu>, Chris To
55<crsto@ucla.edu>
56
57Maintained by Chris Fields, cjfields at bioperl dot org
58
59