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 "module:Graph::Attribute"

lib/Graph/Attribute.pm River stage three • 84 direct dependents • 147 total dependents

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 UTC

PRANG::Graph::Meta::Attr - metaclass metarole for XML attributes River stage one • 1 direct dependent • 1 total dependent

When defining a class, you mark attributes which correspond to XML attributes. To do this in a way that the PRANG marshalling machinery can use when converting to XML and back, make the attributes have this metaclass. You could do this in principle w...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC

PRANG::Graph::Meta::Element - metaclass metarole for XML elements River stage one • 1 direct dependent • 1 total dependent

The PRANG concept is that attributes in your classes are marked to correspond with attributes and elements in your XML. This class is for marking your class' attributes as XML *elements*. For marking them as XML *attributes*, see PRANG::Graph::Meta::...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC

Graph::D3 - Create ref/json to show node-edge graph with D3.js River stage zero No dependents

Graph::D3 is a moudle to covert Graph object to the format which is used in d3.js(http://d3js.org/). This module simply supports node-edge graph in the example....

SHOHEIK/Graph-D3-0.03 - 14 Apr 2013 02:39:51 UTC

GD::Graph - Graph Plotting Module for Perl 5 River stage two • 31 direct dependents • 34 total dependents

GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...

BPS/GDGraph-1.56 - 13 Jan 2023 13:28:32 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

PRANG::Graph - XML mapping by peppering Moose attributes River stage one • 1 direct dependent • 1 total dependent

PRANG::Graph allows you to mark attributes on your Moose classes as corresponding to XML attributes and child elements. This allows your class structure to function as an *XML graph* (a generalized form of an specification for the shape of an XML doc...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC

Graph::Simple - simple and intuitive interface for manipulating graph River stage zero No dependents

In computer science, a graph is an abstract data type that is meant to implement the graph and hypergraph concepts from mathematics. A graph data structure consists of a finite (and possibly mutable) set of ordered pairs, called *edges*, of certain e...

SUKRIA/Graph-Simple-0.04 - 14 Sep 2013 09:42:17 UTC

Imager::Graph - Perl extension for producing Graphs using the Imager library. River stage one • 2 direct dependents • 2 total dependents

Imager::Graph provides style information to its base classes. It defines the colors, text display information and fills based on both built-in styles and modifications supplied by the user to the draw() method. POD ERRORS Hey! The above document had ...

TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC

Graph::Convert - Convert between graph formats: Graph and Graph::Easy River stage one • 1 direct dependent • 1 total dependent

"Graph::Convert" lets you convert graphs between the graph formats from Graph and Graph::Easy. It takes a graph object in either format, and converts it to the desired output format. It handles simple graphs (directed or undirected) as well as multi-...

TELS/Graph-Convert-0.09 - 19 Nov 2007 17:50:37 UTC

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

A "Graph::Weighted" object is a subclass of the Graph module with attribute handling. As such, all of the Graph methods may be used....

GENE/Graph-Weighted-0.9101 - 21 Apr 2020 08:44:21 UTC

Graph::Traverse - A traverse() method for the Graph module. River stage zero No dependents

WLINDLEY/Graph-Traverse-0.04 - 10 May 2019 17:08:07 UTC

Grammar::Graph - Graph representation of formal grammars River stage zero No dependents

Graph representation of formal grammars....

BJOERN/Grammar-Graph-0.20 - 12 Oct 2017 22:15:12 UTC

Graph::Dijkstra - Dijkstra computations with methods to input/output graph datasets from/to supported file formats River stage zero No dependents

Efficient implementation of Dijkstras shortest path algorithm in Perl using a Minimum Priority Queue (Array::Heap::ModifiablePriorityQueue**). Computation methods. farthestNode() Shortest path to farthest node from an origin node shortestPath() Short...

DDALLEN/Graph-Dijkstra-0.70 - 14 Mar 2016 13:13:05 UTC

Graph::Renderer - draw the graph onto a real plane River stage zero No dependents

This module provides an abstract class for drawing a given layouted graph (created usually by "Graph::Layouter") through various image creation interfaces ("GD", "Imager"). All the relevant layouting information used for nodes positioning is load fro...

PASKY/Graph-Layderer-0.03 - 11 Feb 2006 17:43:35 UTC

GD::Graph::Map - generate HTML map text for GD::Graph diagramms. River stage zero No dependents

This is a *perl5* module to generate HTML map text for following GD::Graph objects GD::Graph::pie, GD::Graph::bars, GD::Graph::lines, GD::Graph::area, GD::Graph::point and GD::Graph::linespoints. As a result of its work is created HTML code containin...

RA/GDGraph-Map-1.05 - 15 Mar 2001 14:51:06 UTC

Graph::SomeUtils - Some utility functions for Graph objects River stage one • 1 direct dependent • 1 total dependent

Some helper functions for working with Graph objects....

BJOERN/Graph-SomeUtils-0.20 - 12 Oct 2017 20:54:00 UTC

GD::Graph::hbars - make bar graphs with horizontal bars River stage two • 31 direct dependents • 34 total dependents

This is a wrapper module which is completely identical to creating a GD::Graph::bars object with the "rotate_chart" attribute set to a true value....

BPS/GDGraph-1.56 - 13 Jan 2023 13:28:32 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
63 results (0.057 seconds)