The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Graph::Easy"

Graph::Easy - Convert or render graphs (as ASCII, HTML, SVG or via Graphviz) River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy" lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). It can read and write graphs in a variety of formats, as well as render them via its own grid-based layouter. Since the layouter work...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_graph6 - stringize Graph::Easy in graph6 format River stage one • 1 direct dependent • 1 total dependent

"Graph::Easy::As_graph6" adds an "as_graph6()" method to "Graph::Easy" to give a graph as a string of graph6, sparse6 or digraph6. These formats are per <http://cs.anu.edu.au/~bdm/data/formats.txt> graph6 format is an undirected graph without self-lo...

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC

Graph::Easy::As_sparse6 - stringize Graph::Easy to sparse6 format River stage one • 1 direct dependent • 1 total dependent

"Graph::Easy::As_sparse6" adds an "as_sparse6()" method to "Graph::Easy" to give a graph as a string of sparse6. This is the same as $graph->as_graph6 (format => 'sparse6'); See Graph::Easy::As_graph6 for details....

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC

Graph::Easy::Base - base class for Graph::Easy objects like nodes, edges etc River stage two • 24 direct dependents • 27 total dependents

Used automatically and internally by Graph::Easy - should not be used directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Edge - An edge (a path connecting one ore more nodes) River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Edge" represents an edge between two (or more) nodes in a simple graph. Each edge has a direction (from source to destination, or back and forth), plus a style (line width and style), colors etc. It can also have a label, e.g. a text ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node - Represents a node in a Graph::Easy graph River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node" represents a node in a simple graph. Each node has contents (a text, an image or another graph), and dimension plus an origin. The origin is typically determined by a graph layouter module like Graph::Easy....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Group - A group of nodes (aka subgraph) in Graph::Easy River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Group" represents a group of nodes in an "Graph::Easy" object. These nodes are grouped together on output....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_vcg - Generate VCG/GDL text from Graph::Easy object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_vcg" contains just the code for converting a Graph::Easy object to either a VCG or GDL textual description. Note that the generated format is compatible to "GDL" aka *Graph Description Language*....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Layout - Layout the graph from Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Layout" contains just the actual layout code for Graph::Easy....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Parser - Parse Graph::Easy from textual description River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Parser" lets you parse simple textual descriptions of graphs, and constructs a "Graph::Easy" object from them. The resulting object can than be used to layout and output the graph. Input The input consists of text describing the graph, ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_svg - Output a Graph::Easy as Scalable Vector Graphics (SVG) River stage one • 2 direct dependents • 2 total dependents

"Graph::Easy::As_svg" contains just the code for converting a Graph::Easy object to a SVG text....

SHLOMIF/Graph-Easy-As_svg-0.28 - 20 Oct 2020 06:56:55 UTC

Graph::Easy::Manual - HTML manual for Graph::Easy River stage zero No dependents

A "Graph::Easy::Manual" provides a comprehensive HTML manual for Graph::Easy....

TELS/Graph-Easy-Manual-0.41 - 22 May 2008 18:46:23 UTC

Graph::Easy::As_txt - Generate textual description from graph object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_txt" contains just the code for converting a Graph::Easy object to a human-readable textual description....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Weighted - A weighted graph implementation River stage zero No dependents

A "Graph::Easy::Weighted" object is a subclass of the Graph::Easy module with attribute handling. As such, all of the Graph::Easy methods may be used as documented, but with the addition of custom weighting....

GENE/Graph-Easy-Weighted-0.0701 - 22 Oct 2022 05:37:56 UTC

Graph::Easy::As_ascii - Generate ASCII art River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_ascii" contains the code to render Nodes/Edges as ASCII art. It is used by Graph::Easy automatically, and there should be no need to use it directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Layout::Scout - Find paths in a Manhattan-style grid River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Layout::Scout" contains just the actual pathfinding code for Graph::Easy. It should not be used directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_graphml - Generate a GraphML text from a Graph::Easy object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_graphml" contains just the code for converting a Graph::Easy object to a GraphML text. Attributes Attributes are output in the format that "Graph::Easy" specifies. More details about the valid attributes and their default values can ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Attributes - Define and check attributes for Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Attributes" contains the definitions of valid attribute names and values for Graph::Easy. It is used by both the parser and by Graph::Easy to check attributes for being valid and well-formed. There should be no need to use this module d...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node::Anon" represents an anonymous, invisible node. These can be used to let edges start and end "nowhere". The syntax in the Graph::Easy textual description language looks like this: [ ] -> [ Bonn ] -> [ ]...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node::Cell - An empty filler cell River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node::Cell" is used to reserve a cell in the grid for nodes that occupy more than one cell. You should not need to use this class directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC
71 results (0.06 seconds)