The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Graph-Easy attributes"

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 - 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::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::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::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 - render/convert graphs in/from various formats River stage two • 24 direct dependents • 27 total dependents

"graph-easy" reads a description of a graph (a connected network of nodes and edges, not a pie chart :-) and then converts this to the desired output format. By default, the input will be read from STDIN, and the output will go to STDOUT. The input i...

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_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::Parser::VCG - Parse VCG or GDL text into Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Parser::VCG" parses the text format from the VCG or GDL (Graph Description Language) use by tools like GCC and AiSee, and constructs a "Graph::Easy" object from it. The resulting object can then be used to layout and output the graph in...

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

Graph::Easy::Parser::Graphviz - Parse Graphviz text into Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Parser::Graphviz" parses the text format from the DOT language use by Graphviz and constructs a "Graph::Easy" object from it. The resulting object can than be used to layout and output the graph in various formats. Please see the Graphv...

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