-
-
06 Jun 2016 07:33:51 UTC
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues (49)
- Testers (2575 / 0 / 16)
- Kwalitee
Bus factor: 1- 81.89% Coverage
- License: gpl_1
- Perl: v5.8.2
- Activity
24 month- Tools
- Download (456.23KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Scalar::Util
- strict
- vars
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Documentation
render/convert graphs in/from various formatsModules
Convert or render graphs (as ASCII, HTML, SVG or via Graphviz)Generate ASCII artGenerate a GraphML text from a Graph::Easy objectGenerate graphviz description from graph objectGenerate textual description from graph objectGenerate VCG/GDL text from Graph::Easy objectDefine and check attributes for Graph::Easybase class for Graph::Easy objects like nodes, edges etcAn edge (a path connecting one ore more nodes)A cell in an edge in Graph::EasyA group of nodes (aka subgraph) in Graph::EasyAn anonymous group of nodes in Graph::EasyA cell in a groupLayout the graph from Graph::EasyChain of nodes for layouterForce-based layouter for Graph::EasyGrid management and size calculationPath management for Manhattan-style gridsRepair spliced layout with group cellsFind paths in a Manhattan-style gridRepresents a node in a Graph::Easy graphAn anonymous, invisible node in Graph::EasyAn empty filler cellAn empty, borderless cell in a node clusterParse Graph::Easy from textual descriptionParse Graphviz text into Graph::EasyParse VCG or GDL text into Graph::EasyProvides
in lib/Graph/Easy/Edge/Cell.pmin lib/Graph/Easy/Layout/Scout.pmin lib/Graph/Easy/Util.pmExamples
- examples/as_ascii
- examples/as_boxart
- examples/as_boxart_html
- examples/as_graphviz
- examples/as_html
- examples/as_svg
- examples/as_txt
- examples/ascii.pl
- examples/base.css
- examples/common.pl
- examples/complex.txt
- examples/fun.tpl
- examples/history.txt
- examples/html.pl
- examples/parse
- examples/syntax.pl
- examples/syntax.tpl
- examples/wikicrawl.pl
Module Install Instructions
To install Graph::Easy, copy and paste the appropriate command in to your terminal.
cpanm Graph::Easy
perl -MCPAN -e shell install Graph::Easy
For more information on module installation, please visit the detailed CPAN module installation guide.